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=35338>. 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=35338 ------- Additional Comments From [EMAIL PROTECTED] 2005-06-20 13:39 ------- If you use the tcpdump as described in comment #6 you could append the dump to this bug so we can have a look at it too. The dump is in a format which is ethereal able to read and analyze. BTW is it true that you can use a command-line application to access the ftp server from your linux box? Maybe this tool uses ftp passive mode by default. Please try to change your code to: FTPClient ftp = new FTPClient(); ftp.enterLocalPassiveMode(); -- 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]
