I'm stumped! I get java.net.SocketException: Connection reset by peer: socket write error
when I call ftp.quit(). Yes, I am checking ftp.connected() first. "ftp" is an instance of SSLFTPClient.
The program works beautifully otherwise! Downloads, uploads, wildcards, no problem. I just can't seem to logout!
Help!