scitacean.typing.Downloader#
- class scitacean.typing.Downloader(*args, **kwargs)[source]#
Handler for file downloads.
Constructors
__init__
(*args, **kwargs)Methods
Open a connection to the file server.
- __init__(*args, **kwargs)#
- connect_for_download()[source]#
Open a connection to the file server.
- Returns:
AbstractContextManager
[DownloadConnection
] – A connection object that can download files.