Secure FTP Factory

Uses of Class
com.jscape.inet.ftps.Ftps

Packages that use Ftps
com.jscape.inet.ftps Contains client classes for communicating with a FTP server using FTPS (FTP over SSL) 
 

Uses of Ftps in com.jscape.inet.ftps
 

Methods in com.jscape.inet.ftps with parameters of type Ftps
 FtpsClient Ftps.ConnectionStrategy.createClient(Ftps source, ConnectionParameters parameters, javax.net.ssl.SSLContext ctx, java.lang.String[] enabledCiphers, Logger logger)
          Creates an appropriate FTP client.
 void Fxps.mtransfer(Ftps source, Ftps destination, java.lang.String filter)
          Transfer files matching filter from source FTP server to destination FTP server
 void Fxps.transfer(Ftps source, Ftps destination, java.lang.String filename)
          Transfer file from source FTP server to destination FTP server
 void Fxps.transferDir(Ftps source, Ftps 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