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