public class DataTransferer extends Object
| Constructor and Description |
|---|
DataTransferer() |
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.data.transfer.library.TransferResult |
transferFileToService(String scope,
String username,
String host,
int port,
String fileAbsolutePath,
String remoteFolder) |
static org.gcube.data.transfer.library.TransferResult |
transferFileToService(String scope,
String username,
String host,
int port,
String fileAbsolutePath,
String remoteFolder,
String destinationId) |
static org.gcube.data.transfer.library.TransferResult |
transferFileToService(String scope,
String username,
String host,
int port,
String fileAbsolutePath,
String remoteFolder,
String destinationId,
boolean decompress,
String decompressedFilefolderDestination) |
public static org.gcube.data.transfer.library.TransferResult transferFileToService(String scope, String username, String host, int port, String fileAbsolutePath, String remoteFolder) throws Exception
Exceptionpublic static org.gcube.data.transfer.library.TransferResult transferFileToService(String scope, String username, String host, int port, String fileAbsolutePath, String remoteFolder, String destinationId) throws Exception
Exceptionpublic static org.gcube.data.transfer.library.TransferResult transferFileToService(String scope, String username, String host, int port, String fileAbsolutePath, String remoteFolder, String destinationId, boolean decompress, String decompressedFilefolderDestination) throws Exception
ExceptionCopyright © 2017. All Rights Reserved.