in reply to Re^2: Server access denied when checking for files
in thread Server access denied when checking for files
Then from the sounds of it, you don't have permission to write to the directories in which you're trying to move the files. There's also a slight chance that you don't have permission to modify the directory that you're attempting to move the files from (as you're effectively removing an item from that directory)
Can you move files from the command line, without using perl? If so, is the Perl script running under any different permissions than your normal permissions?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Server access denied when checking for files
by bobdole (Beadle) on Apr 26, 2005 at 02:31 UTC | |
by jhourcle (Prior) on Apr 26, 2005 at 13:21 UTC |