Have I read the related troubleshooter articles above before posting ? Yes
Have I searched the tickets before posting? Yes
Have I read the documentation before posting? Yes
Joomla! version: 2.5.11
PHP version: 5.3.5
MySQL version: (unknown)
Host: (optional, but it helps us help you)
Akeeba eXtract Wizard / Remote CLI / SiteDiff version: RemoteCLI 1.2
EXTREMELY IMPORTANT: Please attach a ZIP file containing the Remote Control and Akeeba Backup log files if you are reporting an Akeeba Remote Control issue, othrewise we can not help you. Remember that your attachment must be a ZIP file! Other file formats (including .txt) may be silently rejected by our site.
Description of my issue:
i execute remote.phar from a local server running debian squeeze and php 5.3.5:
php remote.phar --action=backup --host=http://xxxxx.xx --secret=xxxx --download --dlmode=curl --dlurl=ftp://[email protected]:[email protected]/path/to/backup --dlpath=/dl/path/inside/local/server --delete
the script do the backup correctly but when is about to download the backup file i get this error
Error #103: Could not download /dl/path/inside/local/server/site-backup.zip -- 9 : Server denied you to change to the given directory
i tried different dlpaths (all valid, with 777 permission, all reachable with filezilla), i tried to store the backup to dropbox, i tried to execute the script in a mac using osx 10.7.5 using different dlpaths, but i always get the same error.
if i change the dlmode to "http" the file is downloaded correctly.
Thanks in advance for your help.