| Package | Description | 
|---|---|
| com.enterprisedt.net.ftp | FileTransferClientis the key
class for edtFTPj/Free and provides basic FTP features. | 
| com.enterprisedt.net.ftp.pro | Contains classes for enhanced FTP client functionality. | 
| com.enterprisedt.net.ftp.ssh | Contains classes for SFTP (FTP via SSH) client functionality. | 
| com.enterprisedt.net.ftp.ssl | Contains classes for FTPS (FTP over SSL) client functionality. | 
| com.enterprisedt.util.proxy | Contains classes for proxy functionality, including SOCKS and HTTP proxies. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ProxySettings | SecureFileTransferClient. proxySettings | 
| Modifier and Type | Method and Description | 
|---|---|
| ProxySettings | SecureFileTransferClient. getProxySettings()Get the proxy settings instance. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ProxySettings | ProFTPClient. proxySettingsThe proxy settings | 
| Modifier and Type | Method and Description | 
|---|---|
| ProxySettings | ProFTPClientInterface. getProxySettings()Get the proxy settings instance. | 
| ProxySettings | ProFTPClient. getProxySettings()Get the proxy settings instance. | 
| Constructor and Description | 
|---|
| ProFTPPassiveDataSocket(java.lang.String remoteHost,
                       int port,
                       int timeout,
                       ProxySettings proxySettings) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ProxySettings | SCPClient. proxySettingsThe proxy settings | 
| Modifier and Type | Method and Description | 
|---|---|
| ProxySettings | SCPClient. getProxySettings()Get the proxy settings instance. | 
| Constructor and Description | 
|---|
| SSLProxyServerSocket(com.enterprisedt.net.puretls.SSLContext sslContext,
                    ProxySettings proxySettings) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ProxySettings | ProxyServerSocket. proxySettings | 
| Modifier and Type | Method and Description | 
|---|---|
| static StreamSocket | StreamSocketFactory. getConnectedSocket(java.lang.String host,
                  int port,
                  int socketTimeout,
                  ProxySettings settings) | 
| Constructor and Description | 
|---|
| ProxyServerSocket(ProxySettings proxySettings) | 
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.