Class DataTransferer


  • public class DataTransferer
    extends Object
    • Constructor Detail

      • DataTransferer

        public DataTransferer()
    • 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