I'm having issues with an automatic parser which reads files that have been uploaded via FTP onto one of our hosts.
Basically it returns with the following error
Warning: rename(/home/domain.com/thefile.zip,/home/domain.com/used/thefile.zip)
[function.rename]: Permission denied in /home/domain.com/public/www/parser.php on line 546
Unfortunately the third party providing the zip file is only willing to send it to the root directory.
I'm unsure what needs to be done facilitate moving the file out of the root directory and into the 'used' directory. Any insights into this would be greatly appreciated.