• 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.

Personal FTP repository on ports other then 21

X

xmuskrat

Guest
Is it possible to setup a Personal FTP repository to connect to a remote FTP sever on port 2121 instead of 21?
 
hostname:port

use the hostname:port syntax, such as:

your.hostname.com:2121
 
on second thought

Actually, the hostname:port syntax works when setting up the personal FTP repository (I see Plesk connect successfully then immediately disconnect), but the actual backup has a problem with the address.

Any backup task will fail when using a FTP repository using the hostname:port syntax with the following error:

"Unable to parse options: Bad FTP file format at /usr/local/psa/admin/bin/plesk_agent_manager line 293."

I tracked this error down in plesk_agent_manager and hostname:port apparently fails the following Perl regular expression test:

"if ($outputFile =~ /^ftp:\/\/(?:([^:mad:]*)(?::([^:]*))?@)?([^\/:mad:]+)\/(.*?)([^\/]*?)$/)"

What's odd is that when I initiate a backup job to the personal FTP repository, Plesk actually logs in then immediately out of the FTP before failing with the error. This appears to be a bug, so hopefully Parallels will address it accordingly.
 
Back
Top