• 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
transmit session not found error in applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

transmit session not found error in applescript


  • Subject: transmit session not found error in applescript
  • From: Pooja <email@hidden>
  • Date: Wed, 7 Jan 2009 07:43:25 -0800 (PST)

Hi All,
I want to use applescript to upload/download to webdav server using transmit. I was looking at this tutorial
http://www.mactech.com/articles/mactech/Vol.22/22.06/ScriptingTransmit/index.html

The following sample code gives Syntax Error at session.

tell application "Transmit"
   set theDocument to make new document with properties {name:theServerAddress}
   tell theDocument
      tell current session
         connect to theServerAddress as user theUserName with password thePassword with initial path
         theDirectory with connection type SFTP
      end tell
   end tell
end tell

I am using Transmit 3.6.7. Any help? How can I use Webdav protocol using AppleScript. Any sample?

Thanks in Advance,
Pooja

 _______________________________________________
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

  • Prev by Date: XMLRPC - transport error
  • Next by Date: Re: count pages in PDF on OS 10.4
  • Previous by thread: Re: XMLRPC - transport error
  • Next by thread: Assigning Quark color spec - Tiger->Leopard
  • Index(es):
    • Date
    • Thread