Unfortunately, this fork does not look very vivid. Last commit in March, almost not activity in terms of PRs and issues. I would not bet on it.
What sort of activity level are you expecting from a stable project?
A currently maintained fork of SSHFS
21–30 of 144 posts
Re: A currently maintained fork of SSHFS
#22Earlier quoted context omitted.
I wish github and other code hosters made it easier to "just make a release". Next to the "Download zip" button on github, they should add a "Download built .deb" and "Download built .exe" - and those buttons should work on any fork, branch, PR, etc. And they should add all the necessary build infrastructure to achieve that. It turns out that at scale, build infrastructure is pretty cheap to run, since caching is so…
Making a .deb isn't as simple as it might seem. If you want to use shared libraries, especially so. Which version of Ubuntu/Debian/Mint/... whatever are you targetting? You can tools like FPM[1] (which is awesome btw, used it for some great hacks in the past), but that won't make you .debs that are necessarily done to the debian guidelines but usable. There are a load os SaaS companies that do that allow you to make…
Re: A currently maintained fork of SSHFS
#23Good, it seems people can't stand it if software just exists and does its job and doesn't get new commits each month.
Re: A currently maintained fork of SSHFS
#24Earlier quoted context omitted.
I wish github and other code hosters made it easier to "just make a release". Next to the "Download zip" button on github, they should add a "Download built .deb" and "Download built .exe" - and those buttons should work on any fork, branch, PR, etc. And they should add all the necessary build infrastructure to achieve that. It turns out that at scale, build infrastructure is pretty cheap to run, since caching is so…
Making a .deb isn't as simple as it might seem. If you want to use shared libraries, especially so. Which version of Ubuntu/Debian/Mint/... whatever are you targetting? You can tools like FPM[1] (which is awesome btw, used it for some great hacks in the past), but that won't make you .debs that are necessarily done to the debian guidelines but usable. There are a load os SaaS companies that do that allow you to make…
Re: A currently maintained fork of SSHFS
#25Discovered that you can replace sshfs with rclone. And the project appear to be way more active : https://github.com/rclone/rclone Edit: cf: https://rclone.org/commands/rclone_mount/
how so? rclone is more like scp to me only.
Re: A currently maintained fork of SSHFS
#26The main file is a C file which is nearly 5,000 lines long. Impressive. https://github.com/deadbeefsociety/sshfs/blob/main/sshfs.c
Re: A currently maintained fork of SSHFS
#27Unfortunately, this fork does not look very vivid. Last commit in March, almost not activity in terms of PRs and issues. I would not bet on it.
Re: A currently maintained fork of SSHFS
#28Note that SFTP uses an SSH connection for its file transfers, so I have not seen an UI difference from SSHFS
Re: A currently maintained fork of SSHFS
#29The main file is a C file which is nearly 5,000 lines long. Impressive. https://github.com/deadbeefsociety/sshfs/blob/main/sshfs.c
Re: A currently maintained fork of SSHFS
#30Earlier quoted context omitted.
how so? rclone is more like scp to me only.
rclone has a "mount" command.