Posted to
General
by
ifeelsdizzy
on
07-08-2009, 6:41 PM
Hello,
I am trying to setup an FTP server that keeps a copy of all files uploaded from the server to the client into a seperate log folder.
For example, each time a user downloads a file, the logging script creates a new folder "%USERNAME% - %TIMESTAMP%" and copies all files in that particular transaction into that folder.
Is ...