Class | URI::FTP |
In: |
lib/open-uri.rb
lib/uri/ftp.rb |
Parent: | Object |
DEFAULT_PORT | = | 21 | ||
COMPONENT | = | [ :scheme, :userinfo, :host, :port, :path, :typecode | ||
TYPECODE | = | ['a', 'i', 'd'].freeze | Typecode is, "a", "i" or "d". As for "a" the text, as for "i" binary, as for "d" the directory is displayed. "A" with the text, as for "i" being binary, is because the respective data type was called ASCII and IMAGE with the protocol of FTP. | |
TYPECODE_PREFIX | = | ';type='.freeze |
typecode | [R] |
ruby-doc.org is a community service provided by James Britt and Rising Tide Software, a Phoenix, Arizona, Ruby application development company.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.