Displaying 2 results from an estimated 2 matches for "jfuser".
Did you mean:
fuser
2011 Aug 26
1
mysql authentication in proftpd
...w.khoosys.net/single.htm?ipg=848
I set everything up according to this article, and authentication with the test user I have stored in the user table is failing.
[root at LCENT05:~] #/usr/bin/ftp -d mydomain.net
Connected to snjh.net (xx.xx.xx.xx).
220 FTP Server ready.
Name (snjh.net:root): jfuser
---> USER jfuser
331 Password required for jfuser
Password:
---> PASS XXXX
530 Login incorrect.
Login failed.
---> SYST
215 UNIX Type: L8
Remote system type is UNIX.
Using binary mode to transfer files.
I setup a debug log session and this is what I've found:
192.168.1.30 (189.15.88...
2011 Dec 13
0
proftpd graphical clients not working
...uired for user
Password:
230 User user logged in
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
229 Entering Extended Passive Mode (|||62007|)
150 Opening ASCII mode data connection for file list
-rw-r--r-- 1 root root 0 Dec 13 15:48 test
-rw-r--r-- 1 jfuser ftpgroup 0 Dec 13 16:10 test2
226 Transfer complete
ftp> put config.log
local: config.log remote: config.log
229 Entering Extended Passive Mode (|||62933|)
150 Opening BINARY mode data connection for config.log
100% |**********************************************************************...