How-to copy a file
Very simple usage of the "cp" command:
# copy and preserve modification date of a file:
cp -p filename /copy/to/directory
I have to tell you, besides docman populate this is the best plugin for Docman. My main gripe with docman and other download components is that when you have more than 5 files, no one wants to scroll through 5 pages to view them. -DOCman forum user
Very simple usage of the "cp" command:
# copy and preserve modification date of a file:
cp -p filename /copy/to/directory