Joslian / win-sshfs

Automatically exported from code.google.com/p/win-sshfs
0 stars 0 forks source link

Add command line options #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 user@example.com:/ 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

GoogleCodeExporter commented 9 years ago

Original comment by mladenov...@gmail.com on 7 Oct 2012 at 7:06

GoogleCodeExporter commented 9 years ago

Original comment by mladenov...@gmail.com on 7 Oct 2012 at 7:07

GoogleCodeExporter commented 9 years ago
This would be extreemely usefull :-)

Original comment by hcjehg@gmail.com on 25 Feb 2013 at 2:05

GoogleCodeExporter commented 9 years ago
Any update? What is the status of implementation of this feature?

Original comment by salvator...@gmail.com on 2 Jan 2014 at 7:34

GoogleCodeExporter commented 9 years ago
I second this change. This is very useful. 

Original comment by bald...@googlemail.com on 15 Jan 2014 at 7:53

GoogleCodeExporter commented 9 years ago
I third the motion. The GUI disconnects so I cannot rely on it for 
incorporating into my backup routines. If it were command line then I could 
mount right before the robocopy begins and then unmounts after it completes and 
conserver bandwidth in between backups.

Original comment by digitald...@gmail.com on 29 Nov 2014 at 3:06