Re: FTP-delete - variation ?
Re: FTP-delete - variation ?
- Subject: Re: FTP-delete - variation ?
- From: Malcolm Fitzgerald <email@hidden>
- Date: Fri, 4 Mar 2005 15:46:48 +1100
On 04/03/2005, at 9:59 AM, Christian Vinaa wrote:
ok so here is another use for CURL and shell script ! :-)
does this mean that I can in fact, presuming that I only want to do
simple FTP like putting up folders to my websites, use script and
CURL for that ?
You bet it does!
The -Q switch is for giving FTP commands on the remote machine.
Transfer a file from your machine to another like this:
curl --upload-file 'groovy.html'
ftp://user:email@hidden/path/to/file/location/
Download like this
curl -O
ftp://user:email@hidden/path/to/file/location/groovy.html
It's all in 'man curl', there's also a Curl website full of handy tips
and a forum.
Malcolm Fitzgerald email@hidden
Database Manager http://www.asauthors.org
The Australian Society of Authors ph: 02 93180877 fax: 02
93180530
_______________________________________________
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