Net::FTP

class Net::FTP

Parent:
Protocol
Included modules:
MonitorMixin, OpenSSL, OpenSSL::SSL

This class implements the File Transfer Protocol. If you have used a command-line FTP program, and are familiar with the commands, you will be able to use this class easily. Some extra features are included to take advantage of Ruby's style and strengths.

Example

require 'net/ftp'

Example 1

登录查看完整内容