Uses of Class
com.enterprisedt.net.ftp.FTPReply
Packages that use FTPReply
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.-
Uses of FTPReply in com.enterprisedt.net.ftp
Fields in com.enterprisedt.net.ftp declared as FTPReplyModifier and TypeFieldDescriptionprotected FTPReplyFTPClient.lastReplyHolds the last reply from the server on the control socketprotected FTPReplyFTPClient.lastValidReplyHolds the last valid reply from the server on the control socketMethods in com.enterprisedt.net.ftp that return FTPReplyModifier and TypeMethodDescriptionFileTransferClient.getLastReply()Gets the last reply from the server, whether valid or notFTPClient.getLastReply()Gets the last reply from the server, whether valid or notFTPClient.getLastValidReply()Gets the latest valid reply from the serverFTPClient.sendCommand(String command) Send a command to the server and get the replyFTPControlSocket.sendCommand(String command) Send a command to the FTP server and return the server's reply as a structured reply objectFTPControlSocket.validateReply(FTPReply reply, String expectedReplyCode) Validate the response the host has supplied against the expected reply.FTPControlSocket.validateReply(FTPReply reply, String[] expectedReplyCodes) Validate the response the host has supplied against the expected reply.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 FTPReplyModifier and TypeMethodDescriptionvoidFTPClient.validateReply(FTPReply reply, String expectedReplyCode) Validate an FTPReplyvoidFTPClient.validateReply(FTPReply reply, String[] expectedReplyCodes) Validate an FTPReplyFTPControlSocket.validateReply(FTPReply reply, String expectedReplyCode) Validate the response the host has supplied against the expected reply.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