Ok...Im going to write down in steps what I meant..
1 . My ftp server is qorking fine with IP a.b.c.d
When I log on to 172.17.1.197 using ssh and then at the command line do
2 . ftp localhost
I have to enter the username and password to log to the server
3. From my linux box when I do ftp a.b.c.d on the command line, to the remote server, I get connected and get a directory listing by doing #ls
4. Now when I do
ftp://a.b.c.d on the firefox browser on my linux box..I get only a dialog box asking for the username and passwd. When I enter the username and passwd, the browser just hangs..
sambyte wrote...
[..i have a ftp server but when i type
ftp://serverIP in a browser it does not ask for an password.....
it automatically takes me to the /var/ftp/pub directory..]
If Im not wrong U get this because you have anonymous_enable=YES in ur vsftpd.conf..It is enabled by default
I tried accoring to ur last post but it didnt work...
Im still gettin stuck at the same place
Thanks
Danish