OSDN Git Service

FIRST REPOSITORY
[eos/hostdependOTHERS.git] / I386LINUX / util / I386LINUX / lib / ruby / 1.6 / ftplib.rb
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