Re: CURL vs FTP
Re: CURL vs FTP
- Subject: Re: CURL vs FTP
- From: Andrew Oliver <email@hidden>
- Date: Fri, 17 Jun 2005 13:05:24 -0700
On 6/17/05 12:30 PM, "Bruce Robertson" <email@hidden> wrote:
> I am dealing with a client whose web host company insists that we use FTP
> not CURL, because he insists that he only supports FTP.
>
> Does this make sense? Isn't CURL just a particular way of controlling FTP?
> My current CURL script uses Dan Shockley's simple FTP upload script starting
> like this:
>
> simpleFtpUpload("ftp://somewhere.com/newdata/", theFile, user, password)
CURL can handle both FTP and HTTP connections, but in my experience it's far
more commonly used with HTTP. It may just be that your hosting provider is
unaware of CURL's capabilities, thinking it a http-only tool.
I wouldn't expect you to have any problems using curl to upload your site to
a ftp server.
Andrew
:)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >CURL vs FTP (From: Bruce Robertson <email@hidden>) |