Ruby URI::FTP Functions
EditRocket provides the following information on URI::FTP functions in the Ruby source code builder.
build(args) - 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".
new(*arg) - Create a new URI::FTP object from ``generic'' components with no check.
new2(user, password, host, port, path, typecode = nil, arg_check = true) -
to_s() -
typecode=(typecode) -