| com.sun.portal.netfile.servlet.java2.FullFtpClient
FullFtpClient | public class FullFtpClient extends TransferProtocolClient (Code) | | |
FTP_ERROR | static int FTP_ERROR(Code) | | |
FTP_PORT | final public static int FTP_PORT(Code) | | |
FTP_SUCCESS | static int FTP_SUCCESS(Code) | | |
FTP_TRY_AGAIN | static int FTP_TRY_AGAIN(Code) | | |
lastReplyCode | int lastReplyCode(Code) | | |
closeDataConnection | public void closeDataConnection()(Code) | | |
closeServer | public void closeServer()(Code) | | |
findInterface | protected String findInterface(String nameOfServer, Vector interfaceIPs)(Code) | | Determines an interface on which the given FTP Server can be reached
If the FTP Server name cannot be resolved by any of its names,
then HOST_NOT_FOUND is returned.
The first address that matches the network address of any of the interfaces is used
|
setMachineToAccess | public void setMachineToAccess(String machName)(Code) | | |
|
|