Page 1 of 1

How does wing FTP work with an antivirus?

Posted: Mon Feb 01, 2010 8:41 am
by mellul
Hi,

I have a small question regarding how WingFTPServer relates with anti-virus software.

If a file with Malware is uploaded and the anti-virus sees it as malware, would the FTP server give an indication to the client that it is seen as malware? Could this integration be done manually?

Thanks in advance.

Re: How does wing FTP work with an antivirus?

Posted: Mon Feb 01, 2010 3:01 pm
by FTP
I don't know which anti-virus software you are using?
If your anti-virus software supports command line, I think it is possible to detect whether the uploaded file is a malware. Just modify the FTP event "OnFileUploaded", then enable "execute program" and choose an anti-virus program path, the second line "Parameters" just input this string: %PathName

Good luck!