Thread: Java FTP Server
View Single Post
Join Date: Nov 2008
Posts: 1
Reputation: angelfires is an unknown quantity at this point 
Solved Threads: 0
angelfires angelfires is offline Offline
Newbie Poster

Re: Java FTP Server

 
0
  #7
Nov 14th, 2008
Originally Posted by harishasan View Post
hi
i have to ceate an applciation which can tranfer files from one pc to another on the network. I want to transfer files using FTP. can anyone tell me about an open source FTP client and FTP server which i can embed in my applciation easily and use the FTP functionality(both client and server).

thnx in advance..

Here is a the source code of a java server using http and rpc protocol. I hope this code will help you
Reply With Quote