Method: RIO::FTP::FS#rm

Defined in:
lib/rio/ftp/fs.rb

#rm(url) ⇒ Object



116
117
118
# File 'lib/rio/ftp/fs.rb', line 116

def rm(url)
  conn.delete(remote_path(url))
end