• 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: manipulating transfer window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Transmit: manipulating transfer window


  • Subject: Transmit: manipulating transfer window
  • From: email@hidden
  • Date: Mon, 22 Aug 2005 17:07:18 +0000

I just upgraded to Transmit 3, and I'm having trouble figuring out the syntax to get the bounds of a transfer window.

I had it working in Transmit 2, but it seems to break in Transmit 3

I've found the following on MacOSXHints but I'm unsuccessful in figuring out the syntax used to change the window dimensions. Any help would be greatly appreciated. Thanks

tell application "Transmit"
  -- Create a new session window for the script
  make new document at before front document
  set SuppressAppleScriptAlerts to true
  -- send commands to the frontmost document window
  tell current session of document 1
    connect to "ftp.yoursite.com" as user "username" with password "yourpassword"
    --Set your stuff listing to "Sites" folder
    set your stuff to "/Users/yourusername/Library/CalAlias/"
    set their stuff to "/path/to/your/phpicalendar/folder"
    (*
    Begin synchronizing modified remote files with local files
    Can specify the direction and method Transmit uses for synchronizing.
    Direction can be: upload files / download files
    Method can be: update / mirror
    *)
    synchronize method mirror direction upload files with time offset 0
  end tell
end tell









 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Transmit: manipulating transfer window
      • From: Neil Faiman <email@hidden>
    • Re: Transmit: manipulating transfer window
      • From: "Gary (Lists)" <email@hidden>
  • Prev by Date: email script redeux
  • Next by Date: Re: email script redeux
  • Previous by thread: Re: email script redeux
  • Next by thread: Re: Transmit: manipulating transfer window
  • Index(es):
    • Date
    • Thread