Uses of Class
com.glub.secureftp.bean.FTPNoSuchFileException

Uses of FTPNoSuchFileException in com.glub.secureftp.bean
 

Methods in com.glub.secureftp.bean that throw FTPNoSuchFileException
 void FTP.chdir(RemoteFile dir)
          Change to a remote directory on the FTP server.
 void FTP.chdir(java.lang.String dir)
          Change to a remote directory on the FTP server.
 void FTPCommand.chdir(java.lang.String dir)
          Change remote directory on the FTP server.
 java.util.Date FTPCommand.mdtm(java.lang.String file)
          Get the modification time of a file on the FTP server.
 long FTP.size(RemoteFile file)
          Get the size of a file on the FTP server.
 long FTP.size(java.lang.String file)
          Get the size of a file on the FTP server.
 long FTPCommand.size(java.lang.String filename)
          Get the size of a file from the FTP server.
 java.util.Date FTP.time(RemoteFile file)
          Get the modification time of a file on the FTP server.
 java.util.Date FTP.time(java.lang.String file)
          Get the modification time of a file on the FTP server.
 



Copyright © 2000-10 Glub Tech, Inc. All Rights Reserved.