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=36473>. 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=36473 ------- Additional Comments From [EMAIL PROTECTED] 2005-09-05 16:17 ------- FTPClient doesn't change on its own the server for data connections depending on whether or not a zero-length FileInputStream is used (this should be clear from the code). A FileInputStream with zero bytes would cause a zero-length file to be transferred. It is the applet execution environment that controls what Socket.getLocalAddress returns. If Stefan were to turn his applet into a regular Java program, he'd see the reported behavior does not materialize. In fact, a FileNotFoundException should be thrown from FileInputStream(File) when the invalid path is given. -- 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]
