Method: Net::SFTP::Operations::Download#remote
- Defined in:
- lib/net/sftp/operations/download.rb
#remote ⇒ Object (readonly)
The source of the download (the name of a file or directory on the remote server)
128 129 130 |
# File 'lib/net/sftp/operations/download.rb', line 128 def remote @remote end |