5

I am working with FTP.......i have to embedd a msg to a image file at client side and i have to send it to the server....on the server side i have to retrieve the image file and then i will retrieve the message. I have completed the embedding the message and retrieve the message using cryptography and steganography techniques. I am loking for how can i transfer that file from client to server.....i have to work with FTP.....how can use FTP successfully to transfer a file from client to server and retrieve it on server side?

2
  • 2
    your question seems has way to much information not concerning the question:) Commented Jan 18, 2011 at 7:09
  • You can rely on combination of UNIX commands with Java, check if this helps :techforumnetwork.com/questions_answers/java-questions_answers/… Commented Feb 23, 2012 at 19:16

2 Answers 2

7

You can use apache commons FTPClient. They have a good example on that page.

Sign up to request clarification or add additional context in comments.

Comments

1

To add to CoolBeans answer, there are a number of existing packages that handles ftp. Implementing it yourself is not a good idea. My personal favourite is ftp4j.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.