FTP commands run slow in windows
--------------------------------

                 Key: JRUBY-2934
                 URL: http://jira.codehaus.org/browse/JRUBY-2934
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.1.4
         Environment: Windows XP
            Reporter: Logan Barnett
            Assignee: Thomas E Enebo


In Windows, FTP commands are very slow (about a 6 second delay).
{noformat}
require 'net/ftp'
ftp = Net::FTP.open 'ftp.server.com', 'user', 'password'
ftp.ls  # a six second delay or so, and then the command is sent (sniffed with 
Ethereal)
{noformat}

I've used other commands such as getbinaryfile and gettextfile which had 
similar results. Testing against the same server with the Mac returned results 
almost instantly. Performing commands from the DOS FTP app and Filezilla were 
also very responsive.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.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


Reply via email to