|
From: TJ S. <tj...@ca...> - 2016-12-19 20:02:45
|
On Mon, Dec 19, 2016, at 11:55, Geoffrey Myers wrote: > ServerLog: > > 2016-12-19 14:34:10,823 dispatching PRE_CMD command 'PASS (hidden)' to > mod_auth > 2016-12-19 14:34:10,823 ROOT PRIVS at mod_auth_file.c:844 > 2016-12-19 14:34:10,823 RELINQUISH PRIVS at mod_auth_file.c:847 > 2016-12-19 14:34:10,823 mod_auth_file/1.0: using passwd file > '/...../ftppasswd' > 2016-12-19 14:34:10,823 retrieved UID 5341 for user 'ftptest' > 2016-12-19 14:34:10,824 dispatching POST_CMD_ERR command 'PASS (hidden)' > to mod_sql Thanks! Interestingly, this shows an issue with the password; the server doesn't like it for some reason. I was hoping that the server logging would show the reason. Are you using debug level 10 (-d10 command-line option, or "DebugLevel 10" in your config file)? Cheers, TJ |