Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've written a small windows service application that periodically checks an ftp site in the local network for new files and downloads them to a local folder. For this, I've used the basic FTP functionality that is provided in the .net library. But the problem that I've encountered is that some Antivirus applications, like Norton 360, block and remove my application as soon as it wants to perform any networking operation.
I already know that I can configure my AV software to treat this specific application as an exception, but I'd rather have a solution that would not present my program as a suspicious application to the AV.
Please help!
Posted
Comments
Richard MacCutchan 5-Nov-11 4:38am    
You need to check with Norton why they think your program is a virus.

1 solution

Quote:
Most of the antivirus programs are devised with Filter option. Make sure your antivirus has one, if you do then add target application as a filter so that antivirus will not monitor it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900