Package | Description |
---|---|
gnu.inet.ftp |
This package contains an FTP client.
|
Modifier and Type | Field and Description |
---|---|
protected FTPResponse |
FTPException.response
The response that provoked this exception.
|
Modifier and Type | Method and Description |
---|---|
protected FTPResponse |
FTPConnection.getResponse()
Reads the next response from the server.
|
FTPResponse |
FTPException.getResponse()
Returns the response that provoked this exception.
|
protected FTPResponse |
FTPConnection.readResponse()
Reads and parses the next response from the server.
|
Constructor and Description |
---|
FTPException(FTPResponse response)
Constructs a new FTP exception.
|
© Copyright 2003 The Free Software Foundation, all rights reserved