Re: File upload virus scanning

2007-11-26 Thread leifbyron
Thanks for the tip on pyClamd, Marty! I'll sleep much better at night if I can run uploads through a utility like this before saving them to the system. I'll let you know how it turns out. Leif --~--~-~--~~~---~--~~ You received this message because you are subs

Re: File upload virus scanning

2007-11-20 Thread Marty Alchin
On 11/20/07, Vance Dubberly <[EMAIL PROTECTED]> wrote: > > Before it's saved to a file... that would be tricky. > > But this might get you started: http://www.clamav.net/ . It'll run a > daemon though I don't know if it opens sockets or ports... If there are Python bindings for it, the upcoming

Re: File upload virus scanning

2007-11-20 Thread Marty Alchin
For the record, pyClamd[1] does look promising, as it supports scanning streams as well as files. Even before the filestorage stuff lands, you might want to check it out. -Gul [1] http://xael.org/norman/python/pyclamd/ --~--~-~--~~~---~--~~ You received this mess

Re: File upload virus scanning

2007-11-20 Thread Vance Dubberly
Before it's saved to a file... that would be tricky. But this might get you started: http://www.clamav.net/ . It'll run a daemon though I don't know if it opens sockets or ports... Vance On Nov 20, 2007 2:22 PM, leifbyron <[EMAIL PROTECTED]> wrote: > > Hi there, > > Is anyone aware of a comma

File upload virus scanning

2007-11-20 Thread leifbyron
Hi there, Is anyone aware of a command-line tool that can be used to scan file uploads for viruses before they are saved to a file? I know this is not specifically a Django question, but I'm sure a lot of people would find the answer useful. Thanks, Leif --~--~-~--~~~-