DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34778>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34778

           Summary: FTP CWD command seems not to trigger server responses
                    properly
           Product: Commons
           Version: 1.3 Final
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Net
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


org.apache.commons.net.ftp.FTPClient:

when sending the cwd command to an ftp server, the server sometimes does not
understand the command is complete:

06.05.2005 10:21:17 - < 230 User logged in, proceed.
06.05.2005 10:21:17 - > SYST
06.05.2005 10:21:17 - < 215 UNIX type: L8
06.05.2005 10:21:17 - > CWD /home/archiveserver
06.05.2005 10:21:17 - < 250 CWD Command successful.
06.05.2005 10:21:17 - > PORT 127,0,0,1,9,51
06.05.2005 10:21:17 - < 200 PORT Command successful.
06.05.2005 10:21:17 - > LIST
06.05.2005 10:21:17 - < 125 File status okay; about to open data connection.
06.05.2005 10:21:17 - < 226 Transfer complete, closing data connection. Time:
00:00:00, Efficiency: 28.16 KiB/s.
06.05.2005 10:21:17 - > CWD /home/archiveserver
06.05.2005 10:21:38 - < 214 whats going on?

the FTPClient continues after I sent a message to it (the last line: 214
whats...) via the ftp server

also note that i change twice (or more) into the same directory (CWD) using an
absolute path.

this does not happen all the time but often.

also different ftp servers show the same client behaviour:
 - http://zftpserver.serveftp.com/ (zFTPd)
 - http://www.nitrolic.com/ (GuildFTPd)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to