Re: Transmit
Re: Transmit
- Subject: Re: Transmit
- From: Gnarlodious <email@hidden>
- Date: Wed, 20 Feb 2002 20:44:14 -0700
tell application "Transmit"
tell front window
connect to "ftp.MacOSphere.com" as "CogentR" with password "******"
set path of their stuff 1 to "Sites/GoldMine_Shoe_Shop/"
upload file ("Rachel:Web Work:Uploadable:Goldmine Shoe
Shop:goldmineshoeshop.html" as text)
end tell
close front window
quit
end tell
This script only runs if Transmit is not active(closed).
someday I will add a line to check if it's already open.
Entity Kevin Quinn spoke thus:
>
Has anyone ever scripted an ftp upload for transmit?
>
>
my syntax seems to be wrong and it's dictionary is no help.
>
Here is my script:
>
>
on open (somefile)
>
tell application "Transmit"
>
activate
>
(connect to their stuff "161.000.000.000" as "playbox" with
>
password "guest") upload folder "somefile"
>
>
end tell
>
end open
>
>
>
thanks for any help!
>
>
>
Kevin Quinn
>
Director of Media Services
>
PlayBox Media
>
>
email@hidden
>
>
http://www.PlayBoxMedia.com
>
>
icq#78942239
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
>
Do not post admin requests to the list. They will be ignored.
Rachel
http://www.gnarlodious.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >Transmit (From: Kevin Quinn <email@hidden>) |