FTP Server#
Management → FSFTP Servers
Documentation coming soon!
Custom Resource Definition#
To browse the Custom Resource Definition go to crd.eda.dev.
FTPServer
SPEC
FTPServerSpec defines the desired state of FTPServer
-
Enable the FTP server.
-
Router to associate the server with.
-
The Kind of the router for the server.
enum: "ManagementRouter", "Router", "DefaultRouter" -
Selects router resources based on the defined Kind. Applies to DefaultRouter only. Not supported for Router and ManagementRouter.
STATUS
FTPServerStatus defines the observed state of FTPServer
-
Health score of the FTP server.
-
Reason for the health score.
-
Indicates when the FTP server last changed state.
-
Operational state of the FTP server.
enum: "Up", "Down", "Degraded", "Unknown"