Modifier and Type | Method and Description |
---|---|
static boolean |
Resource.fromSCP(Scp scp,
String inPath,
String outPath)
Copy a file from a remote host using the SSH protocol and write to a local file.
|
static boolean |
Resource.removeSCP(Scp scp,
String remotePath)
Remove a file from a remote host using the SSH protocol.
|
static boolean |
Resource.toSCP(Scp scp,
String inPath,
String outPath)
Copy a file from a local location to a remote host using the SSH protocol.
|
Copyright © 2014-2016 Regents University of California. All Rights Reserved.