transmitsample
keywords: applescript transmit sftp
brief: sample of appropriate applescript to upload a file with transmit
--------------------

tell application "Transmit"
make new document at before front document
tell document 1
connect to "puddingbowl.org" as user "mph" with password "xxx" with initial path "xxx" with connection type "sftp"
set your stuff to "/Users/mph/Documents/mongoupload"
synchronize direction upload files method update with time offset 0
end tell
close document 1
quit
end tell


--------------------
page created: Friday 01/21/2005 11:06:31 PM