Method: Net::FTP#resume
- Defined in:
- lib/net/ftp.rb
#resume ⇒ Object
Sets or retrieves the resume status, which decides whether incomplete transfers are resumed or restarted. Default: false.
120 121 122 |
# File 'lib/net/ftp.rb', line 120 def resume @resume end |