PDA

View Full Version : FTP via Internet Browser


plucchetti
28th November 2006, 00:45
Why i can't get files list when i login by ftp using web browser?
Login via ftp-client works fine.


Thanks,
Pablo

till
28th November 2006, 10:24
Do you authenticate with username and password when you use your internet browser?

plucchetti
29th November 2006, 16:47
Do you authenticate with username and password when you use your internet browser?
Yes I do.

Thanks,
Pablo

falko
30th November 2006, 16:41
I think this is because of your firewall. I think the browser doesn't use the correct mode (active vs. passive). But why do you want to use a browser when you have an FTP client?

fobicodam
30th November 2006, 19:37
Internet Explorer as FTP client rocks, you can use it as local folders.. ftp clients are ugly.. most of them didnt recognize "Desktop/My Document" as root folders...

jnsc
30th November 2006, 19:44
As already told by falko, it's most likelly a firewall issue. Ftp is a complex protocol, you should have a look at the ip_conntrack_ftp module.

plucchetti
5th December 2006, 23:40
As already told by falko, it's most likelly a firewall issue. Ftp is a complex protocol, you should have a look at the ip_conntrack_ftp module.

Thanks a lot man,
I tried with /sbin/modprobe ip_conntrack_ftp and all works fine.


Cheers,
Pablo