LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Vsftpd: can't access from Mozilla or IE (https://www.linuxquestions.org/questions/linux-networking-3/vsftpd-cant-access-from-mozilla-or-ie-646722/)

hmartires 06-03-2008 01:07 PM

Vsftpd: can't access from Mozilla or IE
 
I have installed vsftpd server and it is configured for anonymous access.
All works well if I try to conect from DOS command line under Windows. But if I try to connect with IE or Mozilla it's doesn't work.

vsftpd config file
------------------
listen=YES
# listen_address=
anonymous_enable=YES
ftp_username=ftp
# anon_root=[$ftp_username's home directory]
write_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=NO
anon_world_readable_only=YES
anon_max_rate=0
idle_session_timeout=300
ascii_download_enable=NO
ascii_upload_enable=NO
connect_from_port_20=NO
port_enable=YES
hide_ids=NO
log_ftp_protocol=NO
syslog_enable=NO
max_per_ip=0
# cmds_allowed=
local_root=/usr/share/empty
nopriv_user=nobody
#ftpd_banner=(vsFTPd 1.2.0)
banner_file=/etc/vsftpd/ftp_banner.txt
xferlog_enable=YES

IE connection log
------------------
Tue Jun 3 18:11:58 2008 [pid 12179] CONNECT: Client "192.168.1.123"
Tue Jun 3 18:11:58 2008 [pid 12179] [ftp] OK LOGIN: Client "192.168.1.123", anon password "IEUser@"

Althoug it says OK, in IE comes out a box that says there is an error while trying to open the folders. To make sure that I have permissions. And it gives a time out error.

I have already disable the ftp passive mode in IE.

Mozilla connection log
-----------------------
Tue Jun 3 18:14:39 2008 [pid 12181] [ftp] OK LOGIN: Client "192.168.1.123", anon password "mozilla@example.com"
Tue Jun 3 18:14:39 2008 [pid 12181] [ftp] FAIL DOWNLOAD: Client "192.168.1.123", "/", 0.00Kbyte/sec

It gives me 425: Failed to establidh connection

Can some one help me out with this one?

Thanks in advance.


All times are GMT -5. The time now is 05:14 PM.