Anoop Johnson wrote:

The connection to the FTP server went through, but it was throwing the
following exception when I tried to put a file or do a directory listing:

java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read(BufferedInputStream.java:201)


Have you already tried the "passive" mode - using FTPClient.enterLocalPassiveMode()?

---
Mario


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



Reply via email to