aspose file tools
The moose likes Beginning Java and the fly likes How to share files give ideas 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
Reply Bookmark "How to share files give ideas" Watch "How to share files give ideas" New topic
Author

How to share files give ideas

mandlar suurla
Ranch Hand

Joined: Jun 11, 2008
Posts: 67

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

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
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 appsImageJ pluginsJava 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