Skip to content

Add command line options #44

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions