Secure FTP Factory

Uses of Class
com.jscape.inet.scp.Scp

Packages that use Scp
com.jscape.inet.scp.events Contains listener and event classes related to SCP protocol (Secure Copy over SSH). 
 

Uses of Scp in com.jscape.inet.scp.events
 

Constructors in com.jscape.inet.scp.events with parameters of type Scp
ScpConnectedEvent(Scp source, java.lang.String host, int port)
          Creates a new event instance.
ScpDisconnectedEvent(Scp source, java.lang.String host, int port)
          Creates a new event instance.
ScpFileDownloadedEvent(Scp source, java.lang.String filename, long size, long time)
          Creates a new event.
ScpFileUploadedEvent(Scp source, java.lang.String filename, long size, long time)
          Creates a new event.
ScpTransferProgressEvent(Scp source, java.lang.String filename, long transferred, long size, int mode)
          Creates a new event instance.
 


Secure FTP Factory

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