scitacean.typing.FileTransfer#

class scitacean.typing.FileTransfer(*args, **kwargs)[source]#

Handler for file down-/uploads.

Constructors

__init__(*args, **kwargs)

Methods

connect_for_download()

Open a connection to the file server.

connect_for_upload(dataset)

Open a connection to the file server.

source_folder_for(dataset)

Files are uploaded to this directory / location.

__init__(*args, **kwargs)#