Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require 'net/ftp'
- ftp = Net::FTP.new('ftp.free.fr')
- ftp.login
- files = ftp.list
- status = ftp.status
- puts status
- ftp.close
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement