View Single Post
Old 11-05-2004, 07:13 AM  
kondro
Registered User
 
Join Date: Nov 2004
Location: Gold Coast, Australia
Posts: 23
You could do something this:

1. Upload file to temporary directory.

2. Use the following script:

find /base/dir -type d | xargs cp /tmp/dir/file

This will copy the file in the temporary directory to any directory under the /base/dir directory.

You could do a similar thing with symlink, just make sure not to delete the original and I would suggest using absolute paths.
kondro is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote