net/ftp.rb - FTP Client Library
Written by Shugo Maeda <shugo@ruby-lang.org>.
Documentation by Gavin Sinclair, sourced from “Programming Ruby” (Hunt/Thomas) and “Ruby In a Nutshell” (Matsumoto), used with permission.
This library is distributed under the terms of the Ruby license. You can freely distribute/modify this library.
It is included in the Ruby standard library.
See the Net::FTP class for an overview.
Required Files
- socket
- monitor
- net/protocol
Namespace
- MODULE Net
- CLASS IO
- CLASS Net::FTP
- CLASS Net::FTP::BufferedSocket
- CLASS Net::FTP::NullSocket
- CLASS Net::FTPConnectionError
- CLASS Net::FTPError
- CLASS Net::FTPPermError
- CLASS Net::FTPProtoError
- CLASS Net::FTPReplyError
- CLASS Net::FTPTempError
- CLASS Socket