How do you stop an FTP Service resetting?
- by Jenski
While using an FTP service through the command line, I try to retrieve a directory listing.
I get:
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for file list.
> ftp: get :Connection reset by peer
Any ideas how I should go about resolving this problem?
Thanks in advance.