ssh_library/core/sftp/sftp_stream_io library

Classes

SftpFileWriter
Holds the state of a streaming write operation from stream to file.

Mixins

DoneFuture
Implements Future interface for SftpFileWriter.

Constants

chunkSize → const int
The amount of data to send in a single SFTP packet.
maxBytesOnTheWire → const int
The maximum amount of data that can be sent to the remote host without receiving an acknowledgement.