From jakarta-commons-user Sat Nov 11 11:54:38 2006 From: "Gabriel Birke" Date: Sat, 11 Nov 2006 11:54:38 +0000 To: jakarta-commons-user Subject: [Net] FTP: ftp.logout produces a SocketException when firewall is active Message-Id: <32903d4e0611110354y6e961cf6k55dc96b77d713097 () mail ! gmail ! com> X-MARC-Message: https://marc.info/?l=jakarta-commons-user&m=116324610510283 Hello, I'm using the FTPClient class for an upload applet. The upload code is structured like the example code given in the docs. I'm using enterLocalPassiveMode() after login and completePendingCommand() after each upload. The uploads work fine, even when uploading several files. But when I call the logout() method I get a SocketException with the message "Connection reset" - when my firewall is active (though not all of the time but in ca. 80-90% of the calls). If it is inactive, everything works fine. I'm using the standard Windows firewall without modifications. Is there some way around that? Gabriel --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org