This is the driver object for the SFTP protocol. It manages the SSH channel used to communicate with the server, as well as the negotiation of the protocol. The operations themselves are specific to the protocol version in use, and are handled by protocol-version-specific dispatcher objects.
Methods
- close
- do_confirm
- do_data
- do_success
- do_version
- method_missing
- new
- next_request_id
- on_open
- respond_to?
- send_data
Included Modules