Bases: Enum
The transfer mode determines how mags or attachments are transferred to the remote or local storage.
COPY
class-attribute
instance-attribute
HTTP
class-attribute
instance-attribute
MOVE_AND_SYMLINK
class-attribute
instance-attribute
MOVE_AND_SYMLINK = 'move+symlink'
SYMLINK
class-attribute
instance-attribute
copy
staticmethod
copy(src_path: UPath, dst_path: UPath) -> None
move_and_symlink
staticmethod
move_and_symlink(src_path: UPath, dst_path: UPath) -> None
symlink
staticmethod
symlink(src_path: UPath, dst_path: UPath) -> None
transfer
transfer(src_path: UPath, dst_path: UPath) -> None