RFC1738 section 3.2.
| Constants | |
|---|---|
| COMPONENT | |
| DEFAULT_ |
|
| TYPECODE | 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_ |
|
| Public Attributes | |
|---|---|
| typecode | |
| Public Methods | |
|---|---|
| buffer_ |
|
| build | Creates a new URI::FTP object from components of URI::FTP with check. It is scheme, userinfo, host, port, path and typecode. It provided by an Array or a Hash. typecode is "a", "i" or "d". |
| merge | |
| new | Create a new URI::FTP object from ``generic’’ components with no check. |
| new2 | |
| to_ |
|
| typecode= | |
| Protected Methods | |
|---|---|
| set_ |
|
| Private Methods | |
|---|---|
| check_ |
|
<code/>and<pre/>for code samples.