Mario Ivankovits 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:Have you already tried the "passive" mode - using FTPClient.enterLocalPassiveMode()?
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)
Uhm, what a shame, havent read the first prargraph in your e-mail clearly enough, sorry for this :-(
--- Mario
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
