What we need to provide our clients.
FTP access for our clients who (unfortunately) use Internet Explorer as their only FTP client:
Behavior we want:
When ftp.farago.com is typed into a URL in explorer it should bring up a login window.
Behavior we are experiencing:
see:
http://www.farago.com/pure/Pure-headache.jpg
------------------------------------------------------
New to cPanel and I am struggeling with this.
There are scripts in multiple places and I don't understand which one is actually controling pure ftpd.
/scripts/restartsrv_pureftpd
/etc/sysconfig/pure-ftpd
/usr/sbin/pure-config.pl
/etc/pure-ftpd.conf
found this note on the subject but have been unsuccessfull implimenting it.
-> Internet Explorer doesn't show any login box.
IE does a very strange trick to detect whether an FTP server does accept anonymous connections or not. Basically, it connects to the server and logs in as 'anonymous'. But if you say 'no' at this point, it drops the connections with an error. You have to say 'ok, anonymous users are allowed' and then, when a dummy password ('IE@') is sent, you say 'ah ehm... finally... no... anonymous users aren't allowed' . Silly. To play that game, you must run pure-ftpd with the -E (non-anonymous server) and -b (compatibility with broken clients) flags. Then, the magic popup will show up. But please note that IE (and browsers at large) are usually bad FTP clients.
-> Internet Explorer doesn't want to log in. (Matthew Enger)
Check that the max number of connections (either per user or per IP) is at least 2. IE needs two connections to connect to an FTP server.
Any thoughts and guidance greatly appreciated.
Thanks!
Peter