[前][次][番号順一覧][スレッド一覧]

ruby-changes:15376

From: naruse <ko1@a...>
Date: Fri, 9 Apr 2010 17:15:43 +0900 (JST)
Subject: [ruby-changes:15376] Ruby:r27267 (trunk): Add description about de facto FTP URI spec.

naruse	2010-04-09 17:15:33 +0900 (Fri, 09 Apr 2010)

  New Revision: 27267

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27267

  Log:
    Add description about de facto FTP URI spec.

  Modified files:
    trunk/lib/uri/ftp.rb

Index: lib/uri/ftp.rb
===================================================================
--- lib/uri/ftp.rb	(revision 27266)
+++ lib/uri/ftp.rb	(revision 27267)
@@ -13,6 +13,11 @@
   #
   # 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
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]