G created JRUBY-6532: ------------------------ Summary: ftp.nlst, ftp.ls doesn't work on JDK 7u3 Key: JRUBY-6532 URL: https://jira.codehaus.org/browse/JRUBY-6532 Project: JRuby Issue Type: Bug Components: Windows Affects Versions: JRuby 1.6.6, JRuby 1.6.5 Environment: Windows, JDK 7u3 Reporter: G Fix For: JRuby 1.7
Repro steps: 1. Install/Download JRuby 1.6.5, 1.6.6 or 1.6.7 2. Install JDK 7u3 update 3. On Windows command prompt, type jirb 4. type require 'net/ftp' ftp = Net::FTP.open('ftp_server', 'anonymous', 'your_email_id') 5. On success, type ftp.nlst or ftp.ls throws 'ECONNRESET' Connection reset by peer This works under JDK 6. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email