File and Data Transfer#

File Transfer Interface#

File transfer to and from local or remote files, before or after electron execution. Provide a FileTransfer instance as a files keyword argument in the electron decorator.

Examples#

  • Transfer local files

  • Transfer remote files

  • Transfer Amazon files to and from Amazon S3

File Transfer Strategies#

A set of classes that support various protocols. All FileTransferStrategy classes share an interface to perform copy, download, and upload operations on two File objects (a source and a destination).