|
Class Summary |
| DownloadProvider |
TODO |
| Fileset |
Fileset is a data object. |
| FTPFileset |
This is a specialization of the Fileset class to contain
information such as the host, port, etc., about a FTPFileset. |
| FTPRemoteClient |
TODO |
| HTTPFileset |
This is a specialization of the Fileset class to contain
information such as the URL, authentication, etc., about a HTTPFileset. |
| HTTPRemoteClient |
TODO |
| ProxyInfo |
ProxyInfo is a data object that holds information about proxy
related parameters. |
| RemoteClient |
TODO |
| RemoteClientFactory |
Returns instances of RemoteClient based on the Fileset passed. |
| SFTPFileset |
This is a specialization of the Fileset class to contain
information such as the host, port, etc., about a SFTPFileset. |
| SFTPRemoteClient |
TODO |
| SshKnownHostKeyVerification |
Tries to verify the remote host using the $HOME/.ssh/known_hosts file, else
prompts the user for action. |