RE: HTTPS Upload of a file.

2004-09-22 Thread James Smith
5:09 > To: CF-Talk > Subject: Re: HTTPS Upload of a file. > > On Wednesday 22 Sep 2004 14:55 pm, James Smith wrote: > > So does anyone know of a command line application for https upload? > > Well, curl :-) > > -- > Tom Chiverton > Advanced ColdFusion Programme

Re: HTTPS Upload of a file.

2004-09-22 Thread Thomas Chiverton
On Wednesday 22 Sep 2004 14:55 pm, James Smith wrote: > So does anyone know of a command line application for https upload? Well, curl :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road

RE: HTTPS Upload of a file.

2004-09-22 Thread James Smith
So does anyone know of a command line application for https upload? > -Original Message- > From: James Smith [mailto:[EMAIL PROTECTED] > Sent: 21 September 2004 16:10 > To: CF-Talk > Subject: RE: HTTPS Upload of a file. > > That is something I want to avoid

RE: HTTPS Upload of a file.

2004-09-21 Thread James Smith
TECTED] > Sent: 21 September 2004 15:33 > To: CF-Talk > Subject: Re: HTTPS Upload of a file. > > On Tuesday 21 Sep 2004 14:12 pm, James Smith wrote: > > Sorry, I was a bit vague. > > Can you break the file up into chunks of <300 products ? > > -- > Tom Chiver

Re: HTTPS Upload of a file.

2004-09-21 Thread Thomas Chiverton
On Tuesday 21 Sep 2004 14:12 pm, James Smith wrote: > Sorry, I was a bit vague. Can you break the file up into chunks of <300 products ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road,

RE: HTTPS Upload of a file.

2004-09-21 Thread James Smith
ur end because "other customers are using the system without problems" which is a cop-out answer if ever I heard one! -- Jay > -Original Message- > From: Thomas Chiverton [mailto:[EMAIL PROTECTED] > Sent: 21 September 2004 13:09 > To: CF-Talk > Subject: Re: HTTPS Up

Re: HTTPS Upload of a file.

2004-09-21 Thread Thomas Chiverton
On Tuesday 21 Sep 2004 12:40 pm, James Smith wrote: > cURL.exe: > This mostly works and uploads the file but the file is getting truncated > after about 300ish lines and the file is over 4000. If this is like the Linux curl, I suspect the server (or intervening proxy) is at fault - is it possible

Re: HTTPS Upload of a file.

2004-09-21 Thread Stephen Moretti (cfmaster)
James Smith wrote: > I am trying to upload a file from CF to a remote server.  I have no direct > access to the remote server as it is owned by a third party. Are you saying you are trying to push a file from your CF Server to a.n.other server? If so, you're going to need FTP access or some oth