in reply to Re^2: Server access denied when checking for files
in thread Server access denied when checking for files
And the most important part : check that you can actually "move" the files:@thefiles= readdir(IMD) or die "can't readdir: $!";
to understand where exactly the script fails.system qq(move /y "$defaultdir/$text" "$destinationdir") or die "can't + move the file: $!";
|
|---|