From: "mame (Yusuke Endoh)" Date: 2012-11-09T18:00:25+09:00 Subject: [ruby-core:49145] [ruby-trunk - Feature #3848] Using http basic authentication for FTP with Open URI Issue #3848 has been updated by mame (Yusuke Endoh). Description updated Target version set to next minor ---------------------------------------- Feature #3848: Using http basic authentication for FTP with Open URI https://bugs.ruby-lang.org/issues/3848#change-32690 Author: jlecour (J��r��my Lecour) Status: Assigned Priority: Normal Assignee: akr (Akira Tanaka) Category: Target version: next minor =begin Hi, I needed to download a file from a FTP server, with OpenURI and I've found that it is not possible to do it with authentication. There is an option in the OpenURI open method to use a username/password but it is not used in FTP connection, the username/password for FTP is always set to anonymous/_nil_. I've written avery basic patch to use the option. Is it something that can be included in future releases of Ruby ? Is there a "clean" way to patch OpenURI in the meantime ? Thanks. =end -- http://bugs.ruby-lang.org/