• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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