sshfs-win icon indicating copy to clipboard operation
sshfs-win copied to clipboard

SSHFS For Windows

Results 176 sshfs-win issues
Sort by recently updated
recently updated
newest added

Since the only file that the client is looking for is `id_rsa`, my `id_ed25519` key didn't work until I renamed it to `id_rsa`. It should look for the names of...

[HPN-SSH](https://www.psc.edu/hpn-ssh) is a set of pathes to allow lowering or almost liquidating cpu bottleneck during intense ssh file transfers, which is currently cutting my throughtput speed down 3 times or...

by default it mounts the home directory of my user (`/root/`), and if i specify an absolute path to mount, eg `/dir` it will try to mount the relative dir...

On Some windows machine reported the fuse drive created as having 4.5GB free, when other machines report correctly that there is 4.5TB free. Windows of course stops be uploading files...

Hi, when I use your software to stransfert any files to my server using sshfs-win the file don;t have 777 permission and I can't use it for my system. Is...

I'm on Windows 11, and the Command given in the Readme: `winget install WinFsp.WinFsp; winget install SSHFS-Win.SSHFS-Win` doesn't work anymore. Winget now handles package-lists the same way most linux distro's...

Mounting a remote to a drive letter classifies it under "Internet" in Windows Explorer. This makes interacting with the filesystem pop up security confirmations for many operations. Adding the IP/Subnet...

It seems that sshfs-win cannot handle Chinese characters in its parameter: ``` C:\Users\grade>net use Z: \\sshfs.kr\[email protected]\mnt\storage\主文件夹 System error 67 has occurred. The network name cannot be found. ``` But it...

hi, i am trying to connect using a different port then 22 (31 in my case) and are unable to work it [2019-11-07 02-22-22.mkv.gz](https://github.com/billziss-gh/sshfs-win/files/3817436/2019-11-07.02-22-22.mkv.gz) out, please help me out thanks

What are the chances of making REMUSER optional (making the syntax `\\sshfs\[LOCUSER=][REMUSER@]HOST[!PORT][\PATH]`)? If I don't include a username currently, I'm asked for a username and password still, so it seems...