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

Resolved no access via FTP

KP391
I have done this one
iptables -A INPUT -p tcp --dport 21 -j ACCEPT


netstat -plnt | grep ':21'
tcp6 0 0 :::21 :::* LISTEN 31905/xinetd


KB119525
what means passive mode? When do I use this Mode? Why not normal Mode?

I have this in the firewall
Eingehend von alle auf Port 49100-49200/tcp zulassen

what exactly should I do ?



 
Hi acscomputer,

the above suggestions already includes the link to the KB - articles. Would you be so kind to actually READ and follow the possible suggestions from the KB - articles, instead of asking to repeat the how-to-steps, what you are actually able to read at the mentioned KB - articles?
 
I try to understand. So it works


20 ProFTPD 1.3.5b Server (ProFTPD) [176.10.112.11]
USER acscomputer
331 Password required for acscomputer
PASS **********
530 Login incorrect.


I have check the paswort in Plesk and changed it....but the sam...login incorrect.
 
Dec 13 23:38:29 acscomputer proftpd[10140]: 127.0.0.1 (82.136.91.105[82.136.91.105]) - unable to open TransferLog '/var/log/plesk/xferlog': Permission denied
Dec 13 23:38:29 acscomputer proftpd[10140]: 127.0.0.1 (82.136.91.105[82.136.91.105]) - chroot to '/var/www/vhosts/acscomputer.ch' failed for user 'acscomputer': Permission denied
Dec 13 23:38:29 acscomputer proftpd[10140]: 127.0.0.1 (82.136.91.105[82.136.91.105]) - error: unable to set DefaultRoot directory
Dec 13 23:38:29 acscomputer proftpd[10140]: 127.0.0.1 (82.136.91.105[82.136.91.105]) - FTP session closed.
 
Hi acscomputer,

have you got SELinux enabled on your server and missed to configure it correctly?

In addition, pls post the output of the following SSH - commands ( logged in as user "root" ):
Code:
ls -lah /usr/local/psa/var/log/xferlog

ls -lah /var/log/plesk/xferlog
 
Back
Top