Re: applescript shell script SCP?
Re: applescript shell script SCP?
- Subject: Re: applescript shell script SCP?
- From: "Mark J. Reed" <email@hidden>
- Date: Mon, 8 Dec 2008 23:13:38 -0500
On Mon, Dec 8, 2008 at 10:58 PM, Doug McNutt
<email@hidden> wrote:
Curl will support sftp but you have to compile it yourself from a more recent source than Apple uses
...or just install the one packaged by Fink. It seems I was in error in my last message; the MacPorts version doesn't seem to support SFTP out of the box.
($?=0)$ /usr/bin/curl-config --protocols | grep -i sftp # Apple
($?=1)$ /opt/local/bin/curl-config --protocols | grep -i sftp # MacPorts
($?=1)$ /sw/bin/curl-config --protocols | grep -i sftp # Fink
SFTP
($?=0)$
--
Mark J. Reed <
email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden