Re: [PHP] using wget in shell for download(snort)

2011-07-10 Thread Richard Quadling
On 10 July 2011 11:38, Negin Nickparsa wrote: > I want to make a batch file and then exec it in php You say "Batch" file. Are you using Windows? If so, try "double quotes". That is the norm for windows. And you can either use a space or change it to %20 in the URL. Make sure the URL is corre

Re: [PHP] Re: using wget in shell for download(snort)

2011-07-10 Thread Negin Nickparsa
I also tried Goeff's suggest: wget http://www.snort.org/reg-rules/snortrules-snapshot-2900.tar.gz/c0e9480af637e53c7aae823a40a131edc1343db5-Osnortrules-snapshot-2900.tar.gz here is the output: Resolving www.snort.org... 68.177.102.20 Connecting to www.snort.org|68.177.102.20|:80... connected. HTTP

Re: [PHP] Re: using wget in shell for download(snort)

2011-07-10 Thread Negin Nickparsa
I tried with single quotes,no need to qoutes cause when I enter it with quotes it tells me: command not found BUT when I enter this one: wget http://www.snort.org/reg-rules/snortrules-snapshot-2900.tar.gz/c0e9480af637e53c7aae823a40a131edc1343db5\-O snortrules-snapshot-2900.tar.gz it tells me:

Re: [PHP] Linking A C Program Example to PHP

2011-07-10 Thread Adam Richardson
On Sun, Jul 10, 2011 at 5:56 PM, Thomas Dineen wrote: > > I am attempting to link a C Program example to PHP using the > tutorial shown at the link below: > http://voloreport.com/making-**a-c-extension-for-php-in-11-**easy-steps

Re: [PHP] vend-bot?

2011-07-10 Thread Kirk Bailey
I already subscribe, of recent. On 7/7/2011 11:58 AM, Tamara Temple wrote: On Jul 7, 2011, at 9:07 AM, Stuart Dallas wrote: Now, what do I win? A free subscription to InformationWeek. -- end Very Truly yours, - Kirk Bailey, Largo Florida

[PHP] Re: using wget in shell for download(snort)

2011-07-10 Thread Jonesy
On Sun, 10 Jul 2011 17:57:26 +0300 (IDT), Geoff Shang wrote: > On Sun, 10 Jul 2011, Tamara Temple wrote: > >> On Jul 10, 2011, at 5:38 AM, Negin Nickparsa wrote: >> >>> I want to make a batch file and then exec it in php >>> I have a problem in batch file >>> wget have been installed in Yast I want

Re: [PHP] using wget in shell for download(snort)

2011-07-10 Thread Torsten Rosenberger
Hello Try wget 'url' BR -- Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

Re: [PHP] using wget in shell for download(snort)

2011-07-10 Thread Geoff Shang
On Sun, 10 Jul 2011, Tamara Temple wrote: On Jul 10, 2011, at 5:38 AM, Negin Nickparsa wrote: I want to make a batch file and then exec it in php I have a problem in batch file wget have been installed in Yast I want to download a RuleFile from snort.org I used this on shell: $ wget http://w

Re: [PHP] using wget in shell for download(snort)

2011-07-10 Thread Tamara Temple
On Jul 10, 2011, at 5:38 AM, Negin Nickparsa wrote: I want to make a batch file and then exec it in php I have a problem in batch file wget have been installed in Yast I want to download a RuleFile from snort.org I used this on shell: $ wget http://www.snort.org/reg-rules/snortrules-snapshot-

[PHP] using wget in shell for download(snort)

2011-07-10 Thread Negin Nickparsa
I want to make a batch file and then exec it in php I have a problem in batch file wget have been installed in Yast I want to download a RuleFile from snort.org I used this on shell: $ wget http://www.snort.org/reg-rules/snortrules-snapshot-2900.tar.gz/c0e9480af637e53c7aae823a40a131edc1343db5\-O