I still have some problems regarding the FTP session between my simple FTP client written in Java and a proFTP server.
I have connected to the server using passive mode.
When I send the list
command I get a response in ASCII of which files that are on the server. If I send the list
command again, I don´t get any response. I cannot even get a response from other FTP commands that I send. It seems like the session "hangs".
Why does my simple java application stop getting replies when sending the list
command a second time?