sshfs icon indicating copy to clipboard operation
sshfs copied to clipboard

A network filesystem client to connect to SSH servers

Results 49 sshfs issues
Sort by recently updated
recently updated
newest added

I have found that a combination of increasing readahead and read limits to ~4MB has increased throughput from 1.1MB/s to 7.5MB/s on a connection with a 160ms round-trip time. I...

Compile each build in parallel, added a convenience script for the old behavior. Based upon #259

Usually it's not possible to overwrite a file by itself: ``` # echo "test" > ./test.txt # cp ./test.txt ./test.txt cp: './test.txt' and './test.txt' are the same file ``` This...

bug

https://pastebin.com/fH356wkk when symlink is copied over SSHFS it results in error "Permission denied" (if file exists on host and sshfs user doesn't have permission to it) or "No such file...

bug

I'm running arch x64 with a few sshfs mounts. - if the server is offline when I start my PC, the mounts are not mounted -> Ok - if the...

enhancement

When trying to sequentially read a file (i.e. copying it) and the remote host runs into a read error, sshfs / fuse instead reports end-of-file. The local side has no...

bug

This is a major improvement to the readme, significantly improving build instructions. I also improve general usage instructions, and I port the readme to Github Flavored Markdown, which is more...

See there: https://github.com/borgbackup/borg/issues/664

bug
MacOS

Greetings, I am facing a situation where a piece of software I am running is attempting to create a unix socket for local use in the same directory as its...

enhancement

I recently upgraded my system and in the process went from sshfs 3.0.0 to 3.3.1 and I can no longer use git over an sshfs mount. ``` $ git pull...

enhancement