module SSH2::SFTP::Node

Included Modules

Direct including types

Defined in:

sftp/node.cr

Constructors

Instance Method Summary

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

Constructor Detail

def self.new(sftp : Session, handle) #

[View source]

Instance Method Detail

def close #

Close an active SFTP instance.


[View source]
def closed? #

[View source]
def finalize #

[View source]
def fstat #

Get file attributes


[View source]
def fstat=(value : Attributes) #

Set file attributes


[View source]