lib/ftplib.rb


DEFINITIONS

This source file includes following functions.


   1  #
   2  # ftplib.rb
   3  #
   4  
   5  $stderr.puts 'Warning: ftplib.rb is obsolete: use net/ftp'
   6  
   7  require 'net/ftp'
   8  
   9  FTP           = ::Net::FTP
  10  FTPError      = ::Net::FTPError
  11  FTPReplyError = ::Net::FTPReplyError
  12  FTPTempError  = ::Net::FTPTempError
  13  FTPPermError  = ::Net::FTPPermError
  14  FTPProtoError = ::Net::FTPProtoError