Class Net::SFTP::Protocol::V_02::Impl
In: lib/net/sftp/protocol/02/impl.rb
Parent: V_01::Impl

The implementation of the operations defined by version 2 of the SFTP protocol. This simply adds support for the RENAME operation, otherwise extending the version 1 implementation, unaltered.

Methods

rename  

External Aliases

rename -> rename_raw

Public Instance methods

This operation is special since a later version of the protocol adds support for flags. In this version, the flags parameter is ignored, but it exists for compatibility with later versions.

[Validate]