Transmit script

Hello:
I’m trying to figure out how to create a new folder on a remote server using Transmit but have been unsuccessful:


tell application "Transmit"
	activate
	connect to "***.**********.*****" as user "***" using port "**" with connection type "FTP" with initial path "optional" 
	create remote folder named "Test"
end tell

Any help is greatly appreciated - I know the problem is that I’ve been thinking about it too hard :stuck_out_tongue:

Nevermind - I found a great article on MacTech that should help anyone else in the future:

http://www.mactech.com/articles/mactech/Vol.22/22.06/ScriptingTransmit/index.html