Package org.apache.commons.net.ftp
Class FTPSCommand
java.lang.Object
org.apache.commons.net.ftp.FTPSCommand
Deprecated.
3.0 DO NOT USE
FTPS-specific commands.
- Since:
- 2.0
- 
Field SummaryFieldsModifier 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringgetCommand(int command) Deprecated.Retrieve the FTPS command string corresponding to a specified command code.
- 
Field Details- 
AUTHDeprecated.0- See Also:
 
- 
ADATDeprecated.1- See Also:
 
- 
PBSZDeprecated.2- See Also:
 
- 
PROTDeprecated.3- See Also:
 
- 
CCCDeprecated.4- See Also:
 
- 
AUTHENTICATION_SECURITY_MECHANISMDeprecated.0- See Also:
 
- 
AUTHENTICATION_SECURITY_DATADeprecated.1- See Also:
 
- 
PROTECTION_BUFFER_SIZEDeprecated.2- See Also:
 
- 
DATA_CHANNEL_PROTECTION_LEVELDeprecated.3- See Also:
 
- 
CLEAR_COMMAND_CHANNELDeprecated.4- See Also:
 
 
- 
- 
Constructor Details- 
FTPSCommandpublic FTPSCommand()Deprecated.
 
- 
- 
Method Details- 
getCommandDeprecated.Retrieve 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.
 
 
-