Packages

package ftp

Type Members

  1. final class LegacyFtpsClient extends FTPSClient

    This class is a workaround for code introduced in commons-net 3.9.0 that breaks FTPS support when HTTP proxies are used.

    This class is a workaround for code introduced in commons-net 3.9.0 that breaks FTPS support when HTTP proxies are used. See https://issues.apache.org/jira/browse/NET-718

    Derived from https://github.com/apache/commons-net/blob/master/src/main/java/org/apache/commons/net/ftp/FTPSClient.java and https://github.com/apache/commons-net/blob/master/src/main/java/org/apache/commons/net/ftp/FTPClient.java

Ungrouped