I have filezilla already installed on my machine. I have no recollection of what permissions / triggers of windows firewall it needed back when I installed it.
Today, I wanted to learn how to create a script to automate ftp tasks. I know nothing about this topic, and went through a tutorial learning how to use ftp on the commandline first (interactively, windows command prompt). Some point after connecting, typical win7 prompt for needs admin to proceed or whatever box pops up, I shrug, allow connection for 'private networks'.
Much later on, I'm reading about how ftp (the thing I just did) is insecure, sends passwords in plaintext etc. Crap. So now I'm worried about what I enabled? I dig around, find windows firewall > Monitoring, find 2 identical entries:
File Transfer Program Private Allow No Inbound blahblah ANY UDP ANY ANY
File Transfer Program Private Allow No Inbound blahblah ANY TCP ANY ANY
- Are these because of my interactive ftp session, or are they normal (e.g. created by filezilla)?
- Why are they so permissive (ANY ANY ANY...) or is that normal? If not:
- How do I delete these rules? Will Filezilla still keep working?
Sorry for the heady mix of paranoia, miscomprehension and newbieness.