Class FTPSCommand


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

      • FTPSCommand

        public FTPSCommand()
        Deprecated.
    • Method Detail

      • getCommand

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