class
SSH2::SFTP::Dir
- SSH2::SFTP::Dir
- Reference
- Object
Included Modules
Defined in:
sftp/dir.crInstance Method Summary
-
#ll(&)
Lists the current directory in long form, yielding each entry's full listing line (as returned by the server) when available, otherwise its name.
-
#ll
Returns the current directory's long-form listing as an array.
-
#ls(&)
Lists a current directory
-
#ls
Lists a current directory
Instance methods inherited from module SSH2::SFTP::Node
close
close,
closed?
closed?,
finalize
finalize,
fstat
fstat,
fstat=(value : Attributes)
fstat=
Constructor methods inherited from module SSH2::SFTP::Node
new(sftp : Session, handle)
new
Instance methods inherited from module SSH2::SFTP::Base
closed?
closed?,
finalize
finalize,
session : SSH2::Session
session,
to_unsafe
to_unsafe
Constructor methods inherited from module SSH2::SFTP::Base
new(session, handle)
new
Instance Method Detail
def ll(&)
#
Lists the current directory in long form, yielding each entry's full listing line (as returned by the server) when available, otherwise its name.