Hi All,
I was wondering if anybody else had experience with using APIv1 (I know, I know) to back up accounts via FTP?
I'm trying to perform a HTTP request to the server to do so with the cPanel account credentials. Here is what I have:
This generates the backup to the homedir successfully, however doesn't even attempt to communicate with the FTP server. Firewalls are disabled on both servers for sanity sake, and entering the above details in to the generate full backup system to transfer over FTP works absolutely fine, it's just this API call that doesn't work.
This is on 11.40.13.
I am out of ideas personally.
I was wondering if anybody else had experience with using APIv1 (I know, I know) to back up accounts via FTP?
I'm trying to perform a HTTP request to the server to do so with the cPanel account credentials. Here is what I have:
Code:
https://server.hostname.net:2083/json-api/cpanel
?cpanel_jsonapi_module=Fileman
&cpanel_jsonapi_func=fullbackup
&cpanel_jsonapi_apiversion=1
&dest=ftp
&server=11.22.11.22
&user=USERNAME
&pass=PASSWORD
&[email protected]
&port=21
&rdir=/
This is on 11.40.13.
I am out of ideas personally.