Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 2,612
Rep:
probably configuring ftp access would be your best option, that way you can use any ftp program to download, upload etc.. your files assuming you have priveleges to do so
If your Apache setup is set to allow directory listings in general (or only for certain virtual hosts or directory), then you actually have the problem solved without having to using any scripted interface. Make sure that the directory has NO index.htm, index.html, index.php and similar default startup files to allows for these listings.
Directory Listings are usually not allowed by default, because they give away some amount of information on what's stored on your server. Often not what webmasters want, as it makes the hierarchy of scriptfiles and datafiles obvious.
you may want to look at WebDAV. Apache can be built with mod_dav. With WebDAV, you can do web publishing, file sharing(upload/download) and even versioning can be intergrated. http://www.serverwatch.com/tutorials...le.php/2176771
Looks like webdav worked the best. I tried a couple of PHP solutions, most where to gui'y, buggy and featured filled for my taste.
Ironically my apache install already had this mod loaded, so a couple of logical directory links from the /var/www/html/ directory to the windows cifs shares and i was good to go.
Just an internal company intranet page on a windows AD domain, so security is not much of a concern.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.