Secure FTP Factory

Uses of Class
com.jscape.inet.ftp.Ftp

Packages that use Ftp
com.jscape.inet.ftp Contains client classes for communicating with a standard FTP server. 
 

Uses of Ftp in com.jscape.inet.ftp
 

Methods in com.jscape.inet.ftp with parameters of type Ftp
 void Fxp.mtransfer(Ftp source, Ftp destination, java.lang.String filter)
          Transfer files matching regular expression from source FTP server to destination FTP server.
 void Fxp.transfer(Ftp source, Ftp destination, java.lang.String filename)
          Transfer file from source FTP server to destination FTP server
 void Fxp.transferDir(Ftp source, Ftp destination, java.lang.String dir)
          Transfer directory from source FTP server to destination FTP server
 


Secure FTP Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved