# Functions
Incoming returns a transfer manager for incoming transfers.
New returns a new transfer instance for the given server.
NewArchive returns a new archive associated with the given transfer.
NewManager returns a new transfer manager.
Outgoing returns a transfer manager for outgoing transfers.
# Constants
StatusCancelled is the final status of a transfer when it has been cancelled.
StatusCancelling is the status of a transfer when it is in the process of being cancelled.
StatusCompleted is the final status of a transfer when it has completed.
StatusFailed is the final status of a transfer when it has failed.
StatusPending is the status of a transfer when it is first created.
StatusProcessing is the status of a transfer when it is currently in progress, such as when the archive is being streamed to the target node.
# Type aliases
Status represents the current status of a transfer.