Wraps the low-level SFTP calls for version 3 of the SFTP protocol.
None of these protocol methods block–all of them return immediately, requiring the SSH event loop to be run while the server response is pending.
You will almost certainly never need to use this driver directly. Please see Net::SFTP::Session for the recommended interface.
Sends a FXP_READLINK packet to the server to request that the target of the given symlink on the remote host (path) be returned.
# File lib/net/sftp/protocol/03/base.rb, line 23 def readlink(path) send_request(FXP_READLINK, :string, path) end
Generated with the Darkfish Rdoc Generator 2.