Re: FTP and Applescript
Re: FTP and Applescript
- Subject: Re: FTP and Applescript
- From: "Stockly, Ed" <email@hidden>
- Date: Tue, 21 Aug 2007 11:41:35 -0700
- Thread-topic: FTP and Applescript
> Well what I really have going on is a bit complex. I have LDML (Lasso) code
that was supposed to issue a FTP upload command to a remote directory with only
drop box privileges. You cannot see the contents, you can only upload. The
Lasso tags can't seem to handle this, they fail to upload to this directory,
but I can do so with Transmit.
Transmit is fully appleScriptable, and fairly reliable. If that's available
in your workflow, you may not need shell scripting.
tell application "Transmit"
set uploadedFile to upload ftpDestination item myFileToUpload
end tell
ES
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden