Click here to Skip to main content
15,904,023 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I want to learn how to make a ftp server with a client that can input the file name and then have the client open the file in a window , not pictures just pure text based are there any good tutorials that have comments in it ?
Posted

First, it looks like it does not require development of FTP server.

Second, "open the file in a window" is not related to FTP. Even heard of Separation of concerns?

Finally, all you need is how to use Java to act as an FTP client. But this can be found in million places. Here they are:
http://lmgtfy.com/?q=java+ftp+client[^].

—SA
 
Share this answer
 
Comments
Espen Harlinn 26-Oct-11 19:46pm    
5'ed!
Sergey Alexandrovich Kryukov 26-Oct-11 19:48pm    
Thank you, Espen.
--SA
As SAKryukov points out, there is a lot of available alternatives.
The Apache FtpServer[^] is built built on top of Apache MINA[^]. This makes it quite interesting from an architectural point of view, and well worth investigating.

Best regards
Espen Harlinn
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 26-Oct-11 20:44pm    
Again, interesting recommendation and links, my 5, but it seems to me it is not required; just client FTP code will be enough.
--SA
Espen Harlinn 27-Oct-11 4:45am    
Thanks, Sergey - I picked out Apache FtpServer and Apache MINA because the design is of particular interest to those who want to learn about the design of client/server frameworks.

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