| Package | Description |
|---|---|
| com.jscape.inet.scp | |
| com.jscape.inet.scp.events |
| Modifier and Type | Method and Description |
|---|---|
Scp |
Scp.connect()
Connects to the server.
|
| Modifier and Type | Method and Description |
|---|---|
Scp |
ScpEvent.getSource()
Returns event source.
|
| Constructor and Description |
|---|
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.
|
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved