Class DataTransferer
- java.lang.Object
-
- org.gcube.dataanalysis.executor.util.DataTransferer
-
public class DataTransferer extends Object
-
-
Constructor Summary
Constructors Constructor Description DataTransferer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.gcube.data.transfer.library.TransferResulttransferFileToService(String scope, String username, String host, int port, String fileAbsolutePath, String remoteFolder)static org.gcube.data.transfer.library.TransferResulttransferFileToService(String scope, String username, String host, int port, String fileAbsolutePath, String remoteFolder, String destinationId)static org.gcube.data.transfer.library.TransferResulttransferFileToService(String scope, String username, String host, int port, String fileAbsolutePath, String remoteFolder, String destinationId, boolean decompress, String decompressedFilefolderDestination)
-
-
-
Method Detail
-
transferFileToService
public static org.gcube.data.transfer.library.TransferResult transferFileToService(String scope, String username, String host, int port, String fileAbsolutePath, String remoteFolder) throws Exception
- Throws:
Exception
-
transferFileToService
public static org.gcube.data.transfer.library.TransferResult transferFileToService(String scope, String username, String host, int port, String fileAbsolutePath, String remoteFolder, String destinationId) throws Exception
- Throws:
Exception
-
transferFileToService
public 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
- Throws:
Exception
-
-