From e9cfe4770059f4ab64f84366949742274c4fe4de Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 9 Apr 2010 08:15:33 +0000 Subject: [PATCH] Add description about de facto FTP URI spec. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/uri/ftp.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/uri/ftp.rb b/lib/uri/ftp.rb index a40b958497..1ffd9090a6 100644 --- a/lib/uri/ftp.rb +++ b/lib/uri/ftp.rb @@ -13,6 +13,11 @@ module URI # # FTP URI syntax is defined by RFC1738 section 3.2. # + # This class will be redesigned because of difference of implementations; + # the structure of its path. draft-hoffman-ftp-uri-04 is a draft but it + # is a good summary about the de facto spec. + # http://tools.ietf.org/html/draft-hoffman-ftp-uri-04 + # class FTP < Generic DEFAULT_PORT = 21