Uses of Class
it.sauronsoftware.ftp4j.FTPReply

Packages that use FTPReply
it.sauronsoftware.ftp4j FTP client implementation 
 

Uses of FTPReply in it.sauronsoftware.ftp4j
 

Methods in it.sauronsoftware.ftp4j that return FTPReply
 FTPReply FTPCommunicationChannel.readFTPReply()
          This method reads and parses a FTP reply statement from the server.
 FTPReply FTPClient.sendCustomCommand(java.lang.String command)
          This method sends a custom command to the server.
 FTPReply FTPClient.sendSiteCommand(java.lang.String command)
          This method sends a SITE specific command to the server.
 

Constructors in it.sauronsoftware.ftp4j with parameters of type FTPReply
FTPException(FTPReply reply)