[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Browser FAQ

Last updated on November 3, 2004.

How do I make ftp links open in my system default FTP client, rather than Mozilla?

Add the following line to your user.js file:

user_pref("network.protocol-handler.external.ftp", true);

Or you can enter about:config in the location bar.
Add the Boolean preference network.protocol-handler.external.ftp.
Set the value to true.

[an error occurred while processing this directive]