Hi i am on developing FTP Server and client,
when client connected with server,client will get Server's files and folder in Treeview so guys please tell me how to do that?
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hi i am on developing FTP Server and client,
when client connected with server,client will get Server's files and folder in Treeview so guys please tell me how to do that?
use a treenode.
What is your doubt about socket?
To develop a FTP client/server pair first read the FTP RFC and maybe some other related RFCs.
Make them work in command line then worry about the GUI.
Start with the client (simpler) and test it against a few servers (lots of them free). The same approach is good for the server. Start with free already developed clients and test your server as you write it. When both work you can test your server with your client.
Daniel @ [www.littletutorials.com]
Language is froth on the surface of thought