Module Net::SCP::Upload
In: lib/net/scp/upload.rb

This module implements the state machine for uploading information to a remote server. It exposes no public methods. See Net::SCP#upload for a discussion of how to use Net::SCP to upload data.

Constants

DEFAULT_CHUNK_SIZE = 2048   The default read chunk size, if an explicit chunk-size is not specified by the client.

[Validate]