06-14-2008, 08:46 PM
|
#6 (permalink)
|
|
The Wanderer
Join Date: Jun 2008
Location: Atlanta, USA
Posts: 8
Thanks: 1
|
Quote:
|
Originally Posted by Jmz
I'm not sure if we're talking about the same thing here.
When a user registers on my website it automatically creates a folder for them. Every time they upload a file it gets put into their folder. I want the user to be able to click a button in their cp and download a backup of all their files. Is this possible?
|
In that case using FTP isn't an option. But you can still just zip/tar the user's folder and serve it. This PHP Class looks like it would work for this.
|
|
|