• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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