transmit session not found error in applescript
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