Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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.
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
Well, with anonymous connections with ftp, you need to make sure the default directory users will be using is usually owned or group owned by the ftp user and or group, with at least read access.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.