Class FTPSCommand
java.lang.Object
org.apache.commons.net.ftp.FTPSCommand
Deprecated.
3.0 DO NOT USE
FTPS-specific commands.
- Since:
- 2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.1static final intDeprecated.0static final intDeprecated.1static final intDeprecated.0static final intDeprecated.4static final intDeprecated.4static final intDeprecated.3static final intDeprecated.2static final intDeprecated.3static final intDeprecated.2 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetCommand(int command) Deprecated.Gets the FTPS command string corresponding to a specified command code.
-
Field Details
-
AUTH
-
ADAT
-
PBSZ
-
PROT
-
CCC
-
AUTHENTICATION_SECURITY_MECHANISM
-
AUTHENTICATION_SECURITY_DATA
-
PROTECTION_BUFFER_SIZE
-
DATA_CHANNEL_PROTECTION_LEVEL
-
CLEAR_COMMAND_CHANNEL
-
-
Constructor Details
-
FTPSCommand
-
-
Method Details
-
getCommand
Deprecated.Gets the FTPS command string corresponding to a specified command code.- Parameters:
command- The command code.- Returns:
- The FTPS command string corresponding to a specified command code.
-