Re: FTP basics
Re: FTP basics
- Subject: Re: FTP basics
- From: Jolly Roger <email@hidden>
- Date: Sat, 11 Nov 2000 15:47:03 -0600
- Replyto: email@hidden
on 11/10/2000 8:19 PM, Wim Melis wrote:
>
What solution would you suggest for this, AppleScript an application or
>
use an OSAX? And for both cases, which app or OSAX could you recommend?
You are on the right track.
I highly recommend Anarchie (now known as Interarchy). It's the fastest,
most robust, and most developed/maintained FTP client available for Mac
today. And Interarchy's scripting support is great. Here's a simple script
to download a file or directory using Interarchy:
ignoring application responses
tell application "Interarchy" to fetch url "
ftp://mydomain//mypath/"
end ignoring
Uploading is just as easy. Drag the Interarchy application over a script
editor to view the syntax.
JR
References: | |
| >FTP basics (From: Wim Melis <email@hidden>) |