• 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
Re: FTP and Applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: using rsync
  • Next by Date: Re: FTP and Applescript
  • Previous by thread: Re: FTP and Applescript
  • Next by thread: OT: finder/samba weirdness
  • Index(es):
    • Date
    • Thread