Uses of Class
com.enterprisedt.net.ftp.FTPReply

Packages that use FTPReply
com.enterprisedt.net.ftp Contains classes for FTP client functionality. 
 

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 FTPControlSocket.validateReply(java.lang.String reply, java.lang.String[] expectedReplyCodes)
          Validate the response the host has supplied against the expected reply.
 FTPReply FTPClient.getLastValidReply()
          Gets the latest valid reply from the server
 



Copyright (c) 2001-2004 Enterprise Distributed Technologies Ltd. All Rights Reserved.