• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Fetch
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fetch


  • Subject: Re: Fetch
  • From: "Marc K. Myers" <email@hidden>
  • Date: Thu, 22 Aug 2002 15:08:18 -0400
  • Organization: [very little]

> Date: Thu, 22 Aug 2002 10:09:09 -0500
> Subject: Fetch
> From: Keith <email@hidden>
> To: <email@hidden>
>
> Can anyone tell me how to AppleScript Fetch to open a new connection. I
> could use a predefined shortcut.

tell application "Fetch"
make new transfer window at beginning with properties {hostname:"",
userid:"", password:""}
end tell

Fill in th hostname, userid, and password appropriately. BTW, Fetch is
blessedly recordable. You open a Script Editor window, press the Record
button, do whatever in Fetch, and then press the Stop button. All your
Fetch actions are recorded and you can edit them to produce a script
that will do exactly what you want.

Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074

[8/22/02 3:06:46 PM]
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: applescript-users digest, Vol 3 #770 - 16 msgs
  • Next by Date: Re: [Apple List Admin] Re: Clarification (was: Re: AppleScript and international characters)
  • Previous by thread: Re: Fetch
  • Next by thread: Returning variables from java apps to an applescript
  • Index(es):
    • Date
    • Thread