Package gnu.inet.ftp

This package contains an FTP client.

Class Summary

FTPConnection An FTP client connection, or PI.
FTPResponse An FTP control response.
FTPURLConnection An FTP URL connection.
Handler An FTP URL stream handler.

Exception Summary

FTPException An FTP control exception.
This package contains an FTP client. It can handle both active and passive mode connections and the various transfer modes and representation types.

Interaction with the server is via a simple stream interface. Only one concurrent stream (input or output) is supported.

The control connection to the server can be protected using TLS (the starttls method).