waft.system.clients.file_transfer_ops module

class waft.system.clients.file_transfer_ops.FileTransferOps

Bases: ABC

File transfer operations class

abstractmethod get_file(remote_file_path: PurePath, local_file_path: Path) None

Get file

abstractmethod send_file(remote_file_path: PurePath, local_file_path: Path) None

Send a file