943,923 Members | Top Members by Rank

Ad:
  • Java Discussion Thread
  • Unsolved
  • Views: 4400
  • Java RSS
Nov 9th, 2008
0

Java FTP Server

Expand 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..
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
harishasan is offline Offline
3 posts
since Jun 2008
Nov 9th, 2008
0

Re: Java FTP Server

Why not just create your own implementation of FTP by using Sockets and sending a collection of bytes from one application to another then have the receiving application write those bytes to a File (or FileDescriptor object if that is possible).

Edit: Here's an Open-Source API that seems promising - Linkage
Last edited by Alex Edwards; Nov 9th, 2008 at 5:26 pm.
Reputation Points: 392
Solved Threads: 108
Posting Shark
Alex Edwards is offline Offline
971 posts
since Jun 2008
Nov 9th, 2008
0

Re: Java FTP Server

Seconded on using Sockets. Unless the FTP thing is a requirement of your assignment. Here is where help on using Sockets can be found. http://java.sun.com/docs/books/tutor...rking/sockets/
Reputation Points: 874
Solved Threads: 352
Posting Maven
BestJewSinceJC is offline Offline
2,758 posts
since Sep 2008
Nov 10th, 2008
0

Re: Java FTP Server

FTP i guess is more reliable as compared to sockets. plus i have to transfer large setup files 1.5 or 2 g b i guess in this case FTP would be better...
Reputation Points: 10
Solved Threads: 0
Newbie Poster
harishasan is offline Offline
3 posts
since Jun 2008
Nov 10th, 2008
0

Re: Java FTP Server

Well heres one I had come across a while ago : JeFTPd (Java Embeddable FTP Server).
I think it appears to be what you are looking for, but it is still in experimental stage.
Last edited by stephen84s; Nov 10th, 2008 at 5:17 am.
Featured Poster
Reputation Points: 653
Solved Threads: 151
Nearly a Posting Virtuoso
stephen84s is offline Offline
1,316 posts
since Jul 2007
Nov 10th, 2008
0

Re: Java FTP Server

Click to Expand / Collapse  Quote originally posted by stephen84s ...
Well heres one I had come across a while ago : JeFTPd (Java Embeddable FTP Server).
I think it appears to be what you are looking for, but it is still in experimental stage.
truely speaking im not satisfied with link above
Reputation Points: 10
Solved Threads: 0
Newbie Poster
harishasan is offline Offline
3 posts
since Jun 2008
Nov 14th, 2008
0

Re: Java FTP Server

Click to Expand / Collapse  Quote originally posted by harishasan ...
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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
angelfires is offline Offline
1 posts
since Nov 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Java Forum Timeline: question on java
Next Thread in Java Forum Timeline: Set Focus on particular cell in a JTable when using TableModel





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC