Class | Net::SFTP::Protocol::V04::Name |
In: |
lib/net/sftp/protocol/04/name.rb
|
Parent: | Object |
Represents a single named item on the remote server. This includes the name, and attributes about the item, and the "longname".
For backwards compatibility with the format and interface of the Name structure from previous protocol versions, this also exposes a longname method, which returns a string that can be used to display this item in a directory listing.
attributes | [R] | Attributes instance describing this item. |
name | [R] | The name of the item on the remote server. |