Class FTPSCommand


  • @Deprecated
    public final class FTPSCommand
    extends java.lang.Object
    Deprecated.
    3.0 DO NOT USE
    FTPS-specific commands.
    Since:
    2.0
    • Field Detail

      • AUTHENTICATION_SECURITY_MECHANISM

        public static final int AUTHENTICATION_SECURITY_MECHANISM
        Deprecated.
        0
        See Also:
        Constant Field Values
      • AUTHENTICATION_SECURITY_DATA

        public static final int AUTHENTICATION_SECURITY_DATA
        Deprecated.
        1
        See Also:
        Constant Field Values
      • PROTECTION_BUFFER_SIZE

        public static final int PROTECTION_BUFFER_SIZE
        Deprecated.
        2
        See Also:
        Constant Field Values
      • DATA_CHANNEL_PROTECTION_LEVEL

        public static final int DATA_CHANNEL_PROTECTION_LEVEL
        Deprecated.
        3
        See Also:
        Constant Field Values
      • CLEAR_COMMAND_CHANNEL

        public static final int CLEAR_COMMAND_CHANNEL
        Deprecated.
        4
        See Also:
        Constant Field Values
      • commands

        private static final java.lang.String[] commands
        Deprecated.
    • Constructor Detail

      • FTPSCommand

        public FTPSCommand()
        Deprecated.
    • Method Detail

      • getCommand

        public static java.lang.String getCommand​(int command)
        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.