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

ftp backup problems by using active mode

C

Christian Roehl

Guest
I would like to configure Personal FTP Repository by using active ftp. But it seems that any ftp session is using passive instead of active mode:
220 ProFTPD 1.3.2 Server (server) [10.152.10.20]
USER user
331 Password required for cr_kunde.inter.net
PASS pw
230 User user logged in
PWD
257 "/" is the current directory
CWD /public_html
250 CWD command successful
PASV
227 Entering Passive Mode (10,152,10,20,204,198).

I found hotfix http://kb.odin.com/en/7059, but this doesn't help.
Any idea?
 
Could you please describe with more details how hotfix "doesn't help"?
 
Could you please describe with more details how hotfix "doesn't help"?

initially i configuerd the backup an rceived the following log:
220 ProFTPD 1.3.2 Server (server) [10.152.10.20]
USER user
331 Password required for user
PASS pw
230 User user logged in
PWD
257 "/" is the current directory
CWD /public_html
250 CWD command successful
EPSV
^^^
229 Entering Extended Passive Mode (|||9464|)
PASV
^^^
227 Entering Passive Mode (10,152,10,20,202,189).

Then i was following the steps in the hotfix http://kb.odin.com/en/7059 and received:

220 ProFTPD 1.3.2 Server (server) [10.152.10.20]
USER user
331 Password required for user
PASS pw
230 User user logged in
PWD
257 "/" is the current directory
CWD /public_html
250 CWD command successful
PASV
227 Entering Passive Mode (10,152,10,20,204,198).
 
Did you checked settings of personal FTP repository (Domains -> domain.tld -> Backup Manager -> Personal FTP Repository Settings) - "Use passive mode"?
 
Made the same config on a second host, centos 5.4 with plesk 9.3. FTP repository (Domains -> domain.tld -> Backup Manager -> Personal FTP Repository Settings) - "Use passive mode" is off (default) and I'm still not able to use the rep in active mode.
 
What is the reason of active mode using? Could you please describe? As far as I remember there were some problems with it.
 
The target plattform is able to provide ftp in active mode only. passive ftp is not available.
 
Back
Top