• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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