Secure FTP Factory

Uses of Interface
com.jscape.inet.ftp.FxpListener

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

Uses of FxpListener in com.jscape.inet.ftp
 

Methods in com.jscape.inet.ftp with parameters of type FxpListener
 void Fxp.addFxpListener(FxpListener listener)
          Add FXP event listener
 void Fxp.removeFxpListener(FxpListener listener)
          Remove FXP event listener.
 

Uses of FxpListener in com.jscape.inet.ftps
 

Methods in com.jscape.inet.ftps with parameters of type FxpListener
 void Fxps.addFxpListener(FxpListener listener)
          Add FXP event listener
 void Fxps.removeFxpListener(FxpListener listener)
          Remove FXP event listener.
 


Secure FTP Factory

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