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.1static final int
Deprecated.0static final int
Deprecated.1static final int
Deprecated.0static final int
Deprecated.4static final int
Deprecated.4private static final String[]
Deprecated.static final int
Deprecated.3static final int
Deprecated.2static final int
Deprecated.3static final int
Deprecated.2 -
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.0- See Also:
-
ADAT
public static final int ADATDeprecated.1- See Also:
-
PBSZ
public static final int PBSZDeprecated.2- See Also:
-
PROT
public static final int PROTDeprecated.3- See Also:
-
CCC
public static final int CCCDeprecated.4- See Also:
-
AUTHENTICATION_SECURITY_MECHANISM
public static final int AUTHENTICATION_SECURITY_MECHANISMDeprecated.0- See Also:
-
AUTHENTICATION_SECURITY_DATA
public static final int AUTHENTICATION_SECURITY_DATADeprecated.1- See Also:
-
PROTECTION_BUFFER_SIZE
public static final int PROTECTION_BUFFER_SIZEDeprecated.2- See Also:
-
DATA_CHANNEL_PROTECTION_LEVEL
public static final int DATA_CHANNEL_PROTECTION_LEVELDeprecated.3- See Also:
-
CLEAR_COMMAND_CHANNEL
public static final int CLEAR_COMMAND_CHANNELDeprecated.4- 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.
-