A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
Beginning Java
Author
How to share files give ideas
mandlar suurla
Ranch Hand
Joined: Jun 11, 2008
Posts: 67
I like...
posted
Aug 03, 2008 07:06:00
0
I need to make some file sharer atm the best option is to use FTP. Files need to be accessible even when client is off so it need server. Any other ways beside FTP?
Steve Luke
Bartender
Joined: Jan 28, 2003
Posts: 3041
4
I like...
posted
Aug 03, 2008 07:13:00
0
A simple web server that exposes directory lists.
SAMBA
WebDAV
Personally I think FTP would be your best option.
[ August 03, 2008: Message edited by: Steve Luke ]
Steve
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
Aug 03, 2008 07:16:00
0
I don't know what "atm" means, but WebDAV might be an option if an HTTP server (like Apache httpd or
Tomcat
) is available.
Android apps
–
ImageJ plugins
–
Java web charts
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: How to share files give ideas
Similar Threads
Need script to copy file on FTP server from Windows
FTP
File Update Detection
java applet which scp files to server
Commons Net Ftp how to perform checksum on file in the server
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter