Class | Net::SFTP::Protocol::V_04::Impl |
In: |
lib/net/sftp/protocol/04/impl.rb
|
Parent: | V_03::Impl |
The implementation of the operations available to version 4 of the SFTP protocol.
Used internally to handle name packets. The on_name callback is invoked, if registered, with the driver, id, and array of items. The v4 version of this method sets the ‘longname’ member of the Name object to nil (it is not used in this version).
In version 4, fstat accepts a flags parameter. If flags is nil, it will default to returning all attributes. Otherwise, the flags parameter should be a bitwise combination of the F_xxx constants of Net::SFTP::Protocol::V_04::Attributes.
In version 4, lstat accepts a flags parameter. If flags is nil, it will default to returning all attributes. Otherwise, the flags parameter should be a bitwise combination of the F_xxx constants of Net::SFTP::Protocol::V_04::Attributes.
In version 4, rename accepts a flags parameter. The valid flags are a combination of the following:
Please refer to the SSH2 specification for the description of these flags.
In version 4, stat accepts a flags parameter. If flags is nil, it will default to returning all attributes. Otherwise, the flags parameter should be a bitwise combination of the F_xxx constants of Net::SFTP::Protocol::V_04::Attributes.