yet another java problem ...
got a client which should connect to a server via passive mode.
it seems to work fine, i get the ip adress and the port and the passivesocket ...
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 ...