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 FTPCommand.chdir(String dir)
          Change remote directory on the FTP server.
 void FTP.chdir(String dir)
          Change to a remote directory on the FTP server.
 Date FTPCommand.mdtm(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 FTPCommand.size(String filename)
          Get the size of a file from the FTP server.
 long FTP.size(String file)
          Get the size of a file on the FTP server.
 Date FTP.time(RemoteFile file)
          Get the modification time of a file on the FTP server.
 Date FTP.time(String file)
          Get the modification time of a file on the FTP server.
 



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