-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Would it be possible to implement running sshfs.exe windowsless with command
line arguments as in:
http://code.google.com/p/dokan/source/browse/trunk/dokan_sshfs/DokanSSHFS/ParseA
rgs.cs?spec=svn60&r=60
SSHFS
-d drive letter [default n]
-h host name
-u user name
-p port [default 22]
-i ssh private key");
-r path to remote dir [default /]
user@host drive
Example
sshfs.exe -i C:\\cygwin\\home\\user\\.ssh\\id_rsa [email protected]:/ n
sshfs.exe -i C:\\cygwin\\home\\user\\.ssh\\id_rsa -u user -h example.com -r / -p 22 -d n
Original issue reported on code.google.com by ucomesdag on 28 Aug 2012 at 1:54