• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Backup on FTP error

Marco_Wh

New Pleskian
Hello, we manage 2 plesk installation, one on CentOS 6.3 and one on Windows 2012 Server.
When we trying to execute a backup on FTP repository (placed on another remote Windows 2012 Server) the backup work fine in Linux but from the plesk on windows we get this error:

<?xml version="1.0" encoding="utf-8"?>
<execution-result status="error">
<object name="server" type="server">
<message severity="error" code="ApplicationException">
<description>Cannot parse output file 'ftp://xxx.xxxx.it|[email protected]//Win01/' [Uri ftp://xxx.xxxx.it|[email protected]//Win01/ is not based on host xxx.xxxx.it]</description>
<message severity="error" code="ApplicationException">
<description>Uri ftp://xxx.xxxx.it|[email protected]//Win01/ is not based on host xxx.xxxx.it</description>
</message>
</message>
</object>
</execution-result>

We've tried to use same directory/user/password of the linux server but result is the same.
We,ve tried to shutdown the firewall too, and we manage to upload a file manually from powershell.

Suggestion would be appreciated.

Thank you.
 
Last edited:
I think that problem in "|" symbol in Uri. Try to change it to "/"
 
Just thought I would reply with my solution in case anyone ran into same thing as there are not too many posts on this. FYI that I changed the names and domains below.

<description>Cannot parse output file 'ftp://[email protected]//SERVER-CGL-MKT-P01/PLESK/' [Uri ftp://[email protected]//SERVER-CGL-MKT-P01/PLESK/ is not based on host server-cgl-mgt-p01.local.ca]</description>

To fix, I went into backup manager and changed the FTP server name to be all lower case, which fixed the problem. The code must be changing the host server to lower case for its compare and then not matching against original uppercase text. Either way, that was the fix.
 
Back
Top