Class FTPSCommand

java.lang.Object
org.apache.commons.net.ftp.FTPSCommand

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

    • AUTH

      public static final int AUTH
      Deprecated.
      See Also:
    • ADAT

      public static final int ADAT
      Deprecated.
      See Also:
    • PBSZ

      public static final int PBSZ
      Deprecated.
      See Also:
    • PROT

      public static final int PROT
      Deprecated.
      See Also:
    • CCC

      public static final int CCC
      Deprecated.
      See Also:
    • AUTHENTICATION_SECURITY_MECHANISM

      public static final int AUTHENTICATION_SECURITY_MECHANISM
      Deprecated.
      See Also:
    • AUTHENTICATION_SECURITY_DATA

      public static final int AUTHENTICATION_SECURITY_DATA
      Deprecated.
      See Also:
    • PROTECTION_BUFFER_SIZE

      public static final int PROTECTION_BUFFER_SIZE
      Deprecated.
      See Also:
    • DATA_CHANNEL_PROTECTION_LEVEL

      public static final int DATA_CHANNEL_PROTECTION_LEVEL
      Deprecated.
      See Also:
    • CLEAR_COMMAND_CHANNEL

      public static final int CLEAR_COMMAND_CHANNEL
      Deprecated.
      See Also:
    • commands

      private static final String[] commands
      Deprecated.
  • Constructor Details

    • FTPSCommand

      public FTPSCommand()
      Deprecated.
  • Method Details

    • getCommand

      public static 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.