0
Fixed

[TOPIC: FTP] VSFTP-Plugin working 503 error wont add to accepted list: Also can't change ftp to a new password

Parameter 10 years ago updated by Ben Sumner (WACOMalt) 10 years ago 12
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
i am too, it not allow change password and this password incorrect. 
I am having the same problem. The default FTP users created when creating a site do not seem to login. I restarted vsftp but still no success. Any idea on how to solve this?

Which version of vsftpd plugin are you using? Recently updated ajenti-v-vsftpd 0.2.2 adds a fix that helps most users with login problems.
Hi Eugene,

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?
Have you re-saved websites configuration with the new plug-in?
I have, just now. Still not logging in though.


Hi, I am having the same problem, I can't create or modify ftp accounts.

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
Hi,

Any known work-around for this? I'm running Ajenti V on Debian GNU/Linux 7 (wheezy). It's quite a blocking issue.

Thanks!


http://ubuntuforums.org/showthread.php?t=2218804

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!
+2
ajenti-v-ftp-pureftpd package is now available for testing instead of the problematic vsftpd support
I am still unable to edit the username or password from the generated values. I installed the pureftpd packages, and under my website there's the FTP tab, and it's prefilled with a name and long password. Please, I NEED to be able to change this!