I have installed 1.5.10 firmware onto my gargoyle router and I am trying to setup an ftp server on it.
I can login and write to it successfully if I allow anonymous login.
However, I am unable to login at all if I try to put in some username/password into it.
Code: Select all
Status:	Connecting to 192.168.1.1:21...
Status:	Connection established, waiting for welcome message...
Response:	220 ftp server ready
Command:	USER test
Response:	530 Permission denied.
Error:	Could not connect to server
Status:	Connecting to 192.168.8.1:21...
Status:	Connection established, waiting for welcome message...
Response:	220 ftp server ready
Command:	USER backup
Response:	331 Please specify the password.
Command:	PASS ********
Response:	530 Login incorrect.
Error:	Critical error
Error:	Could not connect to serverCan someone give me some pointers?
FYI, I have the same problem via SMB too.. I simply can't get in using any password configured in gargoyle.
Btw, does anyone using 1.5.10 Official build Gargoyle firmware able to login gargoyle ftp with username/password? (I am using a custom build which is equivalent to 1.5.10...)
Thanks