Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

proftpd - no such user found

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
mauric
Posts: 43
Joined: 2017-07-25 08:50

proftpd - no such user found

#1 Post by mauric »

Hello

Please on Debain i need to run any user for FTP Access. i have installed proftod 1.3.5

/var/log/proftpd.log
proftpd[123456] [Srv-IP] (Hostname[fromIp]): USER:exampleuserfortest no such user found from (Hostname[fromIp])

install proftp*
adduser exampleuserfortest -s -shell /bin/shell -home/exampleuserfortest
mkdir /home/exampleuserfortest

addgroup examplegroupfortest
adduser exampleuserfortest examplegroupfortest

/var/log/proftpd# proftpd -vv
ProFTPD Version: 1.3.5 (stable)
Scoreboard Version: 01040003
Built: Wed Jun 14 2017 09:03:26 UTC

Loaded modules:
mod_ifsession/1.3
mod_dynmasq/0.4
mod_wrap2_file/1.3
mod_wrap2/2.0.6
mod_ban/0.6.2
mod_load/1.0.1
mod_rewrite/0.9
mod_wrap/1.2.4
mod_quotatab_radius.c
mod_quotatab_sql.c
mod_quotatab_file.c
mod_quotatab/1.3.1
mod_sql_mysql/4.0.8
mod_sql/4.3
mod_tls/2.6
mod_ctrls_admin/0.9.7
mod_lang/1.0
mod_ctrls/0.9.5
mod_cap/1.1
mod_memcache/0.1
mod_readme/1.0
mod_auth_pam/1.2
mod_ident/1.0
mod_dso/0.5
mod_facts/0.3
mod_delay/0.7
mod_site.c
mod_log.c
mod_ls.c
mod_auth.c
mod_auth_file/1.0
mod_auth_unix.c
mod_rlimit/1.0
mod_xfer.c
mod_core.c

thanks

Post Reply