FTP URI syntax is defined by RFC1738 section 3.2.
Constants
TYPECODE_PREFIX = ';type='.freeze
TYPECODE = ['a', 'i', 'd'].freeze
COMPONENT = [ :scheme, :userinfo, :host, :port, :path, :typecode
DEFAULT_PORT = 21
Attributes
| [R] | typecode |
FTP URI syntax is defined by RFC1738 section 3.2.
TYPECODE_PREFIX = ';type='.freeze
TYPECODE = ['a', 'i', 'd'].freeze
COMPONENT = [ :scheme, :userinfo, :host, :port, :path, :typecode
DEFAULT_PORT = 21
| [R] | typecode |