mahinthjoe / macfuse

Automatically exported from code.google.com/p/macfuse
0 stars 0 forks source link

Make sshfs.app Applescriptable? #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

No problem; just an enhancement suggestion/feature request

What is the expected output? What do you see instead?

I'd like to be able to use Applescript to get an sshfs volume automatically
mounted. (I would create a script and place it in my login items to keep
the volume always mounted.) It would be great if it could access the OSX
Keychain for password retrieval, but that's not necessary in an initial
implementation.

What version of the product are you using? On what operating system?

OSX 10.4.8, MacFUSE-core 0.2.1, sshfs.app 0.1.0

Please provide any additional information below.

I can create a shell script to access sshfs-static within the sshfs.app
package (well, it's actually accessing a symbolic link in /usr/bin/, but
you get the same end result), but this method has no way to automatically
enter the password... not to mention running the command through
Applescript as a "do shell script" action doesn't even prompt me for a
password before saying "remote host has disconnected."

Maybe allow syntax of "sshfs [[user][:pass]@]host[:rpath] lpath"? (note the
addition of an optional password field in the command-line arguments)

Original issue reported on code.google.com by bbeyenhof on 19 Feb 2007 at 2:30

GoogleCodeExporter commented 8 years ago
Sorry, I didn't see where to change the type to "Enhancement" rather then 
"Defect"...

Original comment by bbeyenhof on 19 Feb 2007 at 2:49

GoogleCodeExporter commented 8 years ago

Original comment by si...@gmail.com on 19 Feb 2007 at 3:11