Package | Description |
---|---|
com.enterprisedt.net.ftp |
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features. |
com.enterprisedt.net.ftp.script |
Contains classes for FTP scripting.
|
Modifier and Type | Field and Description |
---|---|
protected FTPReply |
FTPClient.lastReply
Holds the last reply from the server on the control socket
|
protected FTPReply |
FTPClient.lastValidReply
Holds the last valid reply from the server on the control socket
|
Modifier and Type | Method and Description |
---|---|
FTPReply |
SecureFileTransferClient.getLastReply()
Gets the last FTP reply from the server, whether valid or not.
|
FTPReply |
FTPClient.getLastReply()
Gets the last reply from the server, whether valid or not
|
FTPReply |
FileTransferClient.getLastReply()
Gets the last reply from the server, whether valid or not
|
FTPReply |
FTPClient.getLastValidReply()
Gets the latest valid reply from the server
|
FTPReply |
FTPControlSocket.sendCommand(java.lang.String command)
Send a command to the FTP server and
return the server's reply as a structured
reply object
|
FTPReply |
FTPClient.sendCommand(java.lang.String command)
Send a command to the server and get the reply
|
FTPReply |
FTPControlSocket.validateReply(FTPReply reply,
java.lang.String expectedReplyCode)
Validate the response the host has supplied against the
expected reply.
|
FTPReply |
FTPControlSocket.validateReply(FTPReply reply,
java.lang.String[] expectedReplyCodes)
Validate the response the host has supplied against the
expected reply.
|
FTPReply |
FTPControlSocket.validateReply(java.lang.String reply,
java.lang.String[] expectedReplyCodes)
Validate the response the host has supplied against the
expected reply.
|
Modifier and Type | Method and Description |
---|---|
FTPReply |
FTPControlSocket.validateReply(FTPReply reply,
java.lang.String expectedReplyCode)
Validate the response the host has supplied against the
expected reply.
|
void |
FTPClient.validateReply(FTPReply reply,
java.lang.String expectedReplyCode)
Validate an FTPReply
|
FTPReply |
FTPControlSocket.validateReply(FTPReply reply,
java.lang.String[] expectedReplyCodes)
Validate the response the host has supplied against the
expected reply.
|
void |
FTPClient.validateReply(FTPReply reply,
java.lang.String[] expectedReplyCodes)
Validate an FTPReply
|
Constructor and Description |
---|
FTPException(FTPReply reply)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
FTPReply |
ScriptResult.getLastFTPReply()
Get the last reply sent back by the FTP server.
|
FTPReply |
CommandResult.getLastFTPReply() |
Modifier and Type | Method and Description |
---|---|
void |
CommandResult.setLastFTPReply(FTPReply lastFTPReply) |
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.