Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

leejane30

well at least it is included in their TODO LIST....
instead of not minding it.,..
martin

Re: Re: Virus Scan

I have filled generalized request for that.
ozzytheking

Re: Re: Virus Scan

martin wrote:

OK, added to TODO list, but with low priority, until more people ask for that.


I want this feature have higher priority. And also, it should be generalized with supplying "target directory" and "source directory" to the command line.

With the help of this, people requesting on-demand virus scan and auto-compression will be satisfied.
martin

Re: Re: Re: Virus Scan

It was missing. I have added it just now.
Stefan

Re: Re: Re: Virus Scan

Hi Martin,

what's the tracker ID for this feature request? :-)

-Stefan
martin

Re: Re: Virus Scan

OK, added to TODO list, but with low priority, until more people ask for that.
Stefan

Re: Re: Virus Scan

Hi Martin!

The issue with such virus scanners is that they work as on-access scanners, and you should never run more than one on-access scanner simultaneously. (Attempting to run two or more is likely to cause problems as they plug into the operating system's file access routines, and expect to be the only on-access scanner on a given computer. The usual results: spontaneous system crashes, slowdown, and even a lower detection rate)

On the other hand, on-demand scanners, like ClamAV/ClamWin, or the on-demand components of commercial AV's, can easily be "stacked", for example in a simple *.cmd.
This greatly improves the detection rate.
The downside is that you have to remember that you need to explicitly request a scan by calling the *.cmd.

Adding an option to WinSCP would automate this step.
I would suggest adding an option
"Command to be executed after download/before upload", with a placeholder like %f for the file name.
So, for example, the user would specify
"C:\Program Files\AntiVirus\Antivirus.cmd %f" if using a *.cmd, or maybe "C:\Program Files\MyFavoriteAntiVirus\mfav.exe -f %f --yap"
("yap" = yet another parameter ;-))

Upon completion, the return code should be checked.
I'm not sure if there's a common standard among Anti-Virus vendors as to which return code means what, so it might be useful to provide a field prompting for a numeric value that indicates a "clean" scan result.

NB: Certain Instant Messaging programs like AIM and Trillian already offer such a scanning option for their file transfer features.

Kind Regards,
Stefan
martin

Re: Virus Scan

I believe that most people are now running an background AV, which transparently checks any accessed file.
Stefan

Virus Scan

Hi,

an option to specify an on-demand virus scanner like ClamAV would be a really neat feature.
That way, each file (or batch of files) could be passed to the virus scanner before it gets transferred to its final destination.
Note that this feature should be selectable for both up- and downloads to really make sense.

Kind Regards, and keep up the good work,
Stefan