tags:

views:

27

answers:

0

when using FTP in java after I tell FTP server that I want to download a file, server return a string containg IP address and a port I start a new thread in main thread to receive a file at that port. then I send QUIT command but wrong response that telling file is being sent returned.

what is wrong ?