| | |
Java FTP Server
![]() |
•
•
Join Date: Jun 2008
Posts: 3
Reputation:
Solved Threads: 0
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..
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..
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
Edit: Here's an Open-Source API that seems promising - Linkage
Last edited by Alex Edwards; Nov 9th, 2008 at 5:26 pm.
•
•
Join Date: Sep 2008
Posts: 1,556
Reputation:
Solved Threads: 195
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/
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.
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.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
"How to ask questions the smart way ?"
"How to ask questions the smart way ?"
•
•
Join Date: Jun 2008
Posts: 3
Reputation:
Solved Threads: 0
•
•
•
•
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.
•
•
Join Date: Nov 2008
Posts: 1
Reputation:
Solved Threads: 0
•
•
•
•
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
![]() |
Similar Threads
- apache as an ftp server (IT Professionals' Lounge)
- adding an image to a java code (Java)
- URGENT: FTP Client / Server using RMI (Java)
- which language ? (Computer Science)
- "Cannot find server or DNS Error" (Viruses, Spyware and other Nasties)
- How to make Java and C++ sockets play nice (Java)
- Computer Languages Comparison Tutorials (Computer Science)
Other Threads in the Java Forum
- Previous Thread: question on java
- Next Thread: Set Focus on particular cell in a JTable when using TableModel
| Thread Tools | Search this Thread |
android api applet application apps array arrays automation awt bidirectional binary birt bluetooth businessintelligence busy_handler(null) card class classes client code collision columns component constructor crashcourse database designadrawingapplicationusingjavajslider draw eclipse error errors eventlistener exception expand fractal game givemetehcodez graphics gui guidancer html ide image inetaddress integer intellij j2me java javadoc javafx javamicroeditionuseofmotionsensor javaprojects jme jni jpanel jtree julia linux list loop machine map method methods mobile mobiledevelopmentcreatejar myaggfun netbeans newbie oracle physics plazmic print problem program project radio recursion scanner server set sharepoint smart sms smsspam sort sortedmaps sql string subclass support swing textfield threads tree trolltech unlimited utility webservices windows






