Modifier and Type | Method and Description |
---|---|
static void |
Resource.copy(Connection connection,
String inPath,
File outFile)
Copies a file from a URI path to an opened local file.
|
static void |
Resource.copy(Connection connection,
String inPath,
String outPath)
Copy a file using an opened connection to a remote host.
|
static void |
Resource.createPath(Connection connection,
String outPath)
Safely create path
|
static void |
Resource.pull(Connection connection,
String inPath,
String outPath)
Copies a file from a known remote URI path to a local file.
|
static void |
Resource.push(Connection connection,
String inPath,
String outPath)
Copies a file to a known remote URI path from a local file.
|
static void |
Resource.remove(Connection connection,
String remotePath)
Removes a file from a URI path .
|
Copyright © 2014-2016 Regents University of California. All Rights Reserved.