سلام.
دوستان من با برنامه pure ftp روی دبیان به FTP متصل میشم.
از امروز صبح FTP اتصال برقرار نمیکنه و خطایی با مضمون زیر میده:

کد:
[02:51:53] 4>Can't exec "/usr/sbin/pure-ftpd": No such file or directory at /usr/sbin/pure-ftpd-wrapper line 175.
[02:51:53] 4>/usr/sbin/pure-ftpd-wrapper: Cannot exec /usr/sbin/pure-ftpd: No such file or directory at /usr/sbin/pure-ftpd-wrapper line 175.
[02:51:53] 4>Client closed the connection.
البته SSH و بقیه چیزها اوکی هست ظاهرا pure Ftp خراب شده.
لطفا کمک و راهنمایی کنید چکار کنم. ممنون

- - - Updated - - -

آپدیت:
یه جایی دیدم نوشته راه حل اینه:

کد:
Different solutions are possible :

1) all pure-ftpd variants install with the same binary name
"pure-ftpd" (as they conflict each others
2) a symbolic link is created after installation for the variant, for ex:
                 /usr/sbin/pure-ftpd -> /usr/sbin/pure-ftpd-mysql
3) the pure-ftpd wrapper called by inetd is able to take to variant as
its first parameter and to add it as a suffix to the binary name, so
replacing in "/etc/inetd.conf":

ftp     stream  tcp     nowait  root    /usr/sbin/tcpd
/usr/sbin/pure-ftpd-wrapper

by

ftp     stream  tcp     nowait  root    /usr/sbin/tcpd
/usr/sbin/pure-ftpd-wrapper mysql

also works correctly.
ولی باز هم سر در نیاوردم! روی لینوکس مسلط نیستم متاسفانه.
ممنون میشم راهنمایی کنید.