Project

General

Profile

Bug #7301 » new2_with_typecode.rb

shi-mo (Yoshifumi Shimono), 11/14/2012 07:38 PM

 
# encoding: utf-8

require 'uri'

URI::FTP.new2('anonymous', 'anonymous', 'ftp.ubuntu.com', 21, '/', 'a')
    (1-1/1)