Skip to main content

Module transfer

Module transfer 

Source
Expand description

File and directory transfer tool support.

Transports:

  • sftp: OpenSSH sftp client (batch mode)
  • scp: OpenSSH scp client
  • exec-raw: stdin/stdout streaming over the existing SSH session
  • auto: fallback chain sftp -> scp -> exec-raw

Structs§

CompactTransferResponse
Compact transfer response for non-verbose mode. Contains only essential fields that agents need.
ResolvedPaths
RsyncOptions
Rsync-specific options for fine-tuning transfer behavior.
StagingLocal
StagingRemote
TransferCounts
TransferEngine
Core transfer engine.
TransferParams
TransferResponse
TransferRunContext
TransferSshOptions
TransferStaging

Enums§

TransferKind
TransferOperation
TransferTransport