Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi there,

i wonder to create server client side a ftp server. i try to implement with sockets . there are client and server side. i created 21. port in client side and wait a client to access. the client side enter 127.0.0.1 and port number 21 then access server. My question is that how can i create myftp folder on my windows 7 . i wonder to create a folder which destination is c:/myFolder. and localhost folder c:/myFtpFolder. how can i connect with 2 folder to enter ftp command , get, put, list, pwd , etc...

Posted

1 solution

Go through this link-[Java FTP client libraries reviewed][^]
and this link[^] for to learn also how to use ftp client/server works
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900