On 2013-06-18 16:16:13 +0000, Király said:
> Is there any way I can easily automate this, either with applescript or
> Automator:
>
> sftp username@host
> <enter password>
> put <filename>
> <wait for upload to complete>
> exit
>
> My idea is to select the file in Finder and then choose the script from
> the script from the Scripts menu bar item, and the rest is done
> automatically.
That should be relatively easy to do, as simple scripts like this
always get me a pretty direct response hereabouts. I'd recommend
running AppleScript Editor, hitting "record", doing what you want to do
and then examining the resultant script for efficiencies.
> If there's a GUI app (cheap or free) that makes it this easy I'd be open
> to that too. Thanks in advance.
FileChute might do what you want. I love it.