Hi I am trying to write an Applescript to Mount a remote volume on the desktop.
I have this
tell application "Terminal"
do script "/usr/local/bin/sshfs me@xxx.xxx.xxx.xxx:/Volumes/data/myDropbox /Volumes/data/Desktop/myDropbox"
end tell
This opens a Terminal with the command, then it's waiting for the password. That's where I got stuck. How do I enter the password in Applescript?
Thanks in advance.
I have this
tell application "Terminal"
do script "/usr/local/bin/sshfs me@xxx.xxx.xxx.xxx:/Volumes/data/myDropbox /Volumes/data/Desktop/myDropbox"
end tell
This opens a Terminal with the command, then it's waiting for the password. That's where I got stuck. How do I enter the password in Applescript?
Thanks in advance.