| Class | Description |
|---|---|
| FTPConnection |
An FTP client connection, or PI.
|
| FTPResponse |
An FTP control response.
|
| FTPURLConnection |
An FTP URL connection.
|
| Handler |
An FTP URL stream handler.
|
| Exception | Description |
|---|---|
| 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).
© Copyright 2003 The Free Software Foundation, all rights reserved