Best way to do web based batch file uploading and downloading

imported_Rampage

Senior member
Jun 6, 2005
935
0
0
I'm trying to create a site where a user can upload files to a location on our server, and delete them as well. I only want a few users to be able to have upload/delete permissions.

What is the best way to do this? Http forms? Coldfusion? Javascript?

Thanks in advance I'm treading into new territory for me.
 

Vertimus

Banned
Apr 2, 2004
1,441
0
0
ftp? {smb? nfs?} through tunnel?

The easiest and most secure way is to use ssh, but mount it as a filesystem. There are many, many tools that allow you to do this. I personally use lufs (search google for it). It works great, and supports like 20 other protocols too.