You can view the list of extension commands that an FTP server supports. For example, the following extensions are supported:
# Display the extension commands supported at FTP server.
[ftp] feat 211-Extension Supported AUTH TLS PROT PBSZ 211 End
Item |
Description |
|---|---|
211 |
FTP reply code 211 indicates the system status or system help reply. |
AUTH TLS |
Indicates the AUTH TLS command is supported. |
PROT |
Indicates the PROT command is supported. |
PBSZ |
Indicates the PBSZ command is supported. |