• 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: TextWrangler scripting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TextWrangler scripting


  • Subject: Re: TextWrangler scripting
  • From: Philip Aker <email@hidden>
  • Date: Thu, 29 Jul 2010 04:18:03 -0700

On 2010-07-29, at 01:53:39, Richard Lake wrote:

> Hi all,
>
> Is it possible to open a remote file in TextWrangler using applescript?  Anyone had any luck?
>
> tell application "TextWrangler"
> 	open "ftp://XXX:XXXX@XXXXX/arandomfolder/2010/august/flyer/index.html";
> end tell

tell application "TextWrangler" to activate
do shell script "open -a TextWrangler ftp://user:password@host/folder1/…/index.html";


Philip Aker
echo email@hidden@nl | tr a-z@. p-za-o.@

Democracy: Two wolves and a sheep voting on lunch.

 _______________________________________________
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

  • Follow-Ups:
    • Re: TextWrangler scripting
      • From: Emmanuel LEVY <email@hidden>
References: 
 >TextWrangler scripting (From: Richard Lake <email@hidden>)

  • Prev by Date: TextWrangler scripting
  • Next by Date: Re: Converting Pictures via AppleScript?
  • Previous by thread: TextWrangler scripting
  • Next by thread: Re: TextWrangler scripting
  • Index(es):
    • Date
    • Thread