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
Modifier 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.4static final int
Deprecated.3static final int
Deprecated.2static final int
Deprecated.3static final int
Deprecated.2 -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getCommand
(int command) Deprecated.Retrieve the FTPS command string corresponding to a specified command code.
-
Field Details
-
AUTH
Deprecated.0- See Also:
-
ADAT
Deprecated.1- See Also:
-
PBSZ
Deprecated.2- See Also:
-
PROT
Deprecated.3- See Also:
-
CCC
Deprecated.4- See Also:
-
AUTHENTICATION_SECURITY_MECHANISM
Deprecated.0- See Also:
-
AUTHENTICATION_SECURITY_DATA
Deprecated.1- See Also:
-
PROTECTION_BUFFER_SIZE
Deprecated.2- See Also:
-
DATA_CHANNEL_PROTECTION_LEVEL
Deprecated.3- See Also:
-
CLEAR_COMMAND_CHANNEL
Deprecated.4- See Also:
-
-
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.
-