Thursday, March 11, 2010

FileZilla and Windows Firewall

February 25, 2009 by Geovani Martinez · Leave a Comment 

For a free FTP Server solution for Windows you can not go wrong with FileZilla. I have used it for years and it’s proven it self not only to be reliable but flexible. Both the FTP Server and Client software are provided free of charge. If you do end up using their software please make a donation these guys are continuously releasing new versions of the software and the upgrade process each time is nothing more then a few clicks of the mouse.

Now back to our regular programming

Just recently I was forced to implement the built in firewall on my Microsoft Server 2003; Now once the firewall went up all hell broke loose, it was time to step through the running services and see what failed and why (many failures were due to port access);I made numerous configuration changes; overall the server is a bit more secure. One service that kept failing was the FTP even after I had opened port 21 on the firewall. After two days I figured out the solution and was a bit upset that it was so easy to implement; also it was buried deep in the technical docs of FileZilla.

Open the Windows Firewall program and click on the Exceptions tab.

image

Now click on “Add Program…”

image

Click on “Browse…” ( DO NOT Select “FileZilla Server Interface”)

image

Browse to the FileZilla installation path and locate “FileZilla server.exe”; select it and click “Open”.

image

You should now see “FileZilla server.exe” on the exemption list; make sure the check mark next to it.

That should do it. If you require further assistance feel free to comment below.

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

You must be logged in to post a comment.