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 Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.private static final String[]
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getCommand
(int command) Deprecated.Retrieve the FTPS command string corresponding to a specified command code.
-
Field Details
-
AUTH
public static final int AUTHDeprecated.- See Also:
-
ADAT
public static final int ADATDeprecated.- See Also:
-
PBSZ
public static final int PBSZDeprecated.- See Also:
-
PROT
public static final int PROTDeprecated.- See Also:
-
CCC
public static final int CCCDeprecated.- See Also:
-
AUTHENTICATION_SECURITY_MECHANISM
public static final int AUTHENTICATION_SECURITY_MECHANISMDeprecated.- See Also:
-
AUTHENTICATION_SECURITY_DATA
public static final int AUTHENTICATION_SECURITY_DATADeprecated.- See Also:
-
PROTECTION_BUFFER_SIZE
public static final int PROTECTION_BUFFER_SIZEDeprecated.- See Also:
-
DATA_CHANNEL_PROTECTION_LEVEL
public static final int DATA_CHANNEL_PROTECTION_LEVELDeprecated.- See Also:
-
CLEAR_COMMAND_CHANNEL
public static final int CLEAR_COMMAND_CHANNELDeprecated.- See Also:
-
commands
Deprecated.
-
-
Constructor Details
-
FTPSCommand
public FTPSCommand()Deprecated.
-
-
Method Details
-
getCommand
Deprecated.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.
-