proskater123 Posted August 19, 2006 Posted August 19, 2006 hey im looking for a way to add a link in a box when ever i add a file into a folder on my webserver. I want it to add the link automaticaly. Example i add file to downloads, it'll add a link with the files name ina box on the right side of the page and will link the file to download. Quote
PoyBoy Posted August 19, 2006 Posted August 19, 2006 you could make a shell script that: 1) sudo to gain root privs. 2) delete everything in the current web folder 3) copy everything in a folder on your desktop into the web folder Quote
Sparda Posted August 19, 2006 Posted August 19, 2006 the other option would be to have a script that you use to upload the file, then have it add the url and the html to the page. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.