summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-09 08:15:33 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-09 08:15:33 +0000
commite9cfe4770059f4ab64f84366949742274c4fe4de (patch)
treec16b68c040f5610a3273f93e6c83c2f2b6f96fe8 /lib
parent2eda201bc6a521e056ea8be7f237cebd28573205 (diff)
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
Diffstat (limited to 'lib')
-rw-r--r--lib/uri/ftp.rb5
1 files changed, 5 insertions, 0 deletions
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