0
Fixed
[TOPIC: FTP] VSFTP-Plugin working 503 error wont add to accepted list: Also can't change ftp to a new password
The current build of Ajenti doesn't seem to include a feature to change the current ftp password, it only displays a generated one. Also i get a 530 Permission denied error every time i try to connect to the ftp and i've used various clients, winscp, filezilla, and regular browser ftp.
Screenshot:
http://i.imgur.com/U97Jb1O.png
Screenshot:
http://i.imgur.com/U97Jb1O.png
Customer support service by UserEcho
Thanks for your prompt reply.
This is what I found in this file /var/lib/ajenti/plugins/vh-vsftpd/package.desc
PACKAGE=ajenti-v-ftp-vsftpd
VERSION=0.2.1
DEB_DEPENDS="ajenti-v (>=0.2.0), vsftpd (>=3.0.0), db-util"
RPM_DEPENDS="ajenti-v, vsftpd >= 3.0.0, db4-utils, db4"
PROVIDES=ajenti-v-ftp
DESCRIPTION="VSFTPD support for Ajenti V"
read -d '' POSTINST <<END
END
So I upgraded that package:
$ sudo apt-get upgrade ajenti-v-ftp-vsftpd
Which triggered upgrades on these packages:
ajenti ajenti-v ajenti-v-ftp-vsftpd ajenti-v-php-fpm python-reconfigure
The file /var/lib/ajenti/plugins/vh-vsftpd/package.desc now reads:
PACKAGE=ajenti-v-ftp-vsftpd
VERSION=0.2.2
DEB_DEPENDS="ajenti-v (>=0.2.0), vsftpd (>=3.0.0), db-util"
RPM_DEPENDS="ajenti-v, vsftpd >= 3.0.0, db4-utils, db4"
PROVIDES=ajenti-v-ftp
DESCRIPTION="VSFTPD support for Ajenti V"
read -d '' POSTINST <<END
END
But I still cannot log in with the FTP usrs that were already existing, so my problem persists.
Any tips to hunt down this problem?
cat /var/lib/ajenti/plugins/vh-vsftpd/package.desc
PACKAGE=ajenti-v-ftp-vsftpd
VERSION=0.2.2
DEB_DEPENDS="ajenti-v (>=0.2.0), vsftpd (>=3.0.0), db-util"
RPM_DEPENDS="ajenti-v, vsftpd >= 3.0.0, db4-utils, db4"
PROVIDES=ajenti-v-ftp
DESCRIPTION="VSFTPD support for Ajenti V"
read -d '' POSTINST <<END
END
Any known work-around for this? I'm running Ajenti V on Debian GNU/Linux 7 (wheezy). It's quite a blocking issue.
Thanks!
That worked for me, spent numerous hours trying to find a fix.
And yes, option to change/add ftp user accounts for each website would be nice!