module Net::SCP::Upload

  1. lib/net/scp/upload.rb
Parent: SCP

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 = 16384  

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