examples
public class SFTPCopyFile extends java.lang.Object
Usage:
java -cp examples.jar examples.SFTPCopyFile
server[:port] username password
to|from src_file dst_file
SSHSCP1
,
SCPExample
,
SSH2SFTPClient
Constructor and Description |
---|
SFTPCopyFile() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] argv)
Run the application
|