scitacean.typing.DownloadConnection#

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

An open connection to the file server for downloads.

Constructors

__init__(*args, **kwargs)

Methods

download_files(*, remote, local)

Download files from the file server.

__init__(*args, **kwargs)#
download_files(*, remote, local)[source]#

Download files from the file server.

Parameters:
  • remote (list[RemotePath]) – The full path to the file on the server.

  • local (list[Path]) – Desired path of the file on the local filesystem.

Return type:

None