|
edtFTPj | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FTPReply | |
---|---|
com.enterprisedt.net.ftp |
Uses of FTPReply in com.enterprisedt.net.ftp |
---|
Fields in com.enterprisedt.net.ftp declared as FTPReply | |
---|---|
protected FTPReply |
FTPClient.lastValidReply
Holds the last valid reply from the server on the control socket |
Methods in com.enterprisedt.net.ftp that return FTPReply | |
---|---|
FTPReply |
FTPClient.getLastValidReply()
Gets the latest valid reply from the server |
FTPReply |
FTPControlSocket.sendCommand(String command)
Send a command to the FTP server and return the server's reply as a structured reply object |
FTPReply |
FTPControlSocket.validateReply(FTPReply reply,
String expectedReplyCode)
Validate the response the host has supplied against the expected reply. |
FTPReply |
FTPControlSocket.validateReply(FTPReply reply,
String[] expectedReplyCodes)
Validate the response the host has supplied against the expected reply. |
FTPReply |
FTPControlSocket.validateReply(String reply,
String[] expectedReplyCodes)
Validate the response the host has supplied against the expected reply. |
Methods in com.enterprisedt.net.ftp with parameters of type FTPReply | |
---|---|
FTPReply |
FTPControlSocket.validateReply(FTPReply reply,
String expectedReplyCode)
Validate the response the host has supplied against the expected reply. |
FTPReply |
FTPControlSocket.validateReply(FTPReply reply,
String[] expectedReplyCodes)
Validate the response the host has supplied against the expected reply. |
Constructors in com.enterprisedt.net.ftp with parameters of type FTPReply | |
---|---|
FTPException(FTPReply reply)
Constructor. |
|
edtFTPj | |||||||||
PREV NEXT | FRAMES NO FRAMES |