Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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 ?

share|improve this question
Are you using a library? Which one? commons-net? – dacwe Oct 29 '10 at 8:07
You need to clarify what you mean and post some code for us to understand what your problem is. – Spoike Oct 29 '10 at 8:07

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.