Running tasks in a console window?

2004-10-20 Thread James Smith
I have a problem. I am using cURL to upload a file with https (cfhttp didn't work before someone suggests that). When I run cURL from the command line, it works perfectly in about 3 seconds. If I run cURL from a batch file it runs fine in about 3 seconds. If I use cfexecute to run either cURL o

RE: Running tasks in a console window?

2004-10-20 Thread Hugo Ahlenius
| -Original Message- | From: James Smith [mailto:[EMAIL PROTECTED] | Sent: Wednesday, October 20, 2004 12:01 | To: CF-Talk | Subject: Running tasks in a console window? | | I have a problem. I am using cURL to upload a file with | https (cfhttp didn't work before someone suggests

RE: Running tasks in a console window?

2004-10-20 Thread Craig Dudley
Might be your cfexecute syntax, have you tried passing in any arguments as an array? -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: 20 October 2004 11:01 To: CF-Talk Subject: Running tasks in a console window? I have a problem. I am using cURL to upload a file

RE: Running tasks in a console window?

2004-10-20 Thread James Smith
> Have you set a timeout for cfexecute, could that be the case? > You could also try running something else that takes time, to > pinpoint if the problem actually is curl (which I don't > think... ?). You can also capture any stdout/stderr message, > for instance by piping it through tee or

Re: Running tasks in a console window?

2004-10-20 Thread Jochem van Dieten
James Smith wrote: > I have a problem. I am using cURL to upload a file with https (cfhttp > didn't work before someone suggests that). When I run cURL from the command > line, it works perfectly in about 3 seconds. If I run cURL from a batch > file it runs fine in about 3 seconds. > > If I use

RE: Running tasks in a console window?

2004-10-20 Thread James Smith
I have tried... Both with and without timeout variables. I have even tried... And all produce the same result. -- Jay > -Original Message- > From: Craig Dudley [mailto:[EMAIL PROTECTED] > Sent: 20 October 2004 12:01 > To: CF-Talk > Subject: RE: Running tasks in a

RE: Running tasks in a console window?

2004-10-20 Thread Craig Dudley
: 20 October 2004 13:42 To: CF-Talk Subject: RE: Running tasks in a console window? I have tried... Both with and without timeout variables. I have even tried... And all produce the same result. -- Jay ~| Sams Teach

RE: Running tasks in a console window?

2004-10-21 Thread James Smith
I haven't tried that yet, will give it a shot this afternoon sometime. -- Jay > -Original Message- > From: Craig Dudley [mailto:[EMAIL PROTECTED] > Sent: 20 October 2004 14:31 > To: CF-Talk > Subject: RE: Running tasks in a console window? > > So you haven&

RE: Running tasks in a console window?

2004-10-22 Thread James Smith
1 October 2004 13:18 > To: CF-Talk > Subject: RE: Running tasks in a console window? > > I haven't tried that yet, will give it a shot this afternoon sometime. > > -- > Jay > > > -Original Message- > > From: Craig Dudley [mailto:[EMAIL PROTECTE