⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (106 Bytes)
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)
Loading...