public interface GdcDataTransferAPI
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getTransferLogs(String remoteDir)
GET the transfer logs from the server
|
void |
transferDir(String archiveName)
Transfers a local directory to the remote GDC server
|
void transferDir(String archiveName) throws IOException
archiveName - the name of the ZIP archive that is going to be transferredIOException - in case of IO issuesMap<String,String> getTransferLogs(String remoteDir) throws IOException
remoteDir - the primary transfer directory that contains the logsIOException - in case of IO issuesCopyright © 2014. All rights reserved.