We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
first time
c:\Program Files\SSHFS-Win>"C:\Program Files\SSHFS-Win\bin\sshfs.exe" -o ssh_command="C:\Program Files\SSHFS-Win\bin\ssh.exe" [email protected]: Z -p 36000 -f -d SSHFS version 3.5.2 executing <C:Program> <FilesSSHFS-Winbinssh.exe> <-x> <-a> <-oClearAllForwardings=yes> <-oPort=36000> <-2> <[email protected]> <-s> <sftp> failed to execute 'C:Program': No such file or directory read: Connection reset by peer
it seams that ssh_command is splitted by blank between Program and Files
second time I try to install sshfs in C:\SSHFS-win and then
c:\Program Files\SSHFS-Win>"C:\SSHFS-Win\bin\sshfs.exe" -o ssh_command="C:\SSHFS-Win\bin\ssh.exe" [email protected]: Z -p 36000 -f -d SSHFS version 3.5.2 executing <C:SSHFS-Winbinssh.exe> <-x> <-a> <-oClearAllForwardings=yes> <-oPort=36000> <-2> <[email protected]> <-s> <sftp> failed to execute 'C:SSHFS-Winbinssh.exe': No such file or directory read: Software caused connection abort
it miss the \ in path
The text was updated successfully, but these errors were encountered:
Have you tried this? ( 3 backslash) -- unfortunately not displayed in here C: \\ SSHFS-Win \\ bin \\ ssh.exe
Sorry, something went wrong.
No branches or pull requests
first time
it seams that ssh_command is splitted by blank between Program and Files
second time I try to install sshfs in C:\SSHFS-win and then
it miss the \ in path
The text was updated successfully, but these errors were encountered: