Method: Net::SFTP::Protocol::V01::Base#unblock

Defined in:
lib/net/sftp/protocol/01/base.rb

#unblock(handle, offset, length) ⇒ Object

Not implemented in version 1 of the SFTP protocol. Raises a NotImplementedError if called.



224
225
226
# File 'lib/net/sftp/protocol/01/base.rb', line 224

def unblock(handle, offset, length)
  not_implemented! :unblock
end