Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
kagis for error message
What version of curl are you using?
https://github.com/curl/curl/discussions/14299
Yeah, might well be there's an error with this version - 0.9.2/8.9.1
But it also doesn't seem the old version is available for download...
I haven't ever used
curlftpfs
, but I imagine that if this is the problem and if Fedora doesn't have a fix, it's probably possible to build it out of tarball and use a wrapper around curlftpfs as a temporary workaround. It doesn't look likecurlftpfs
lets you specify the path to thecurl
binary, so probably need to modify PATH prior to invokingcurlftpfs
.Like, something along the lines of:
build curl 8.8.0 from tarball, stick
curl
binary in directory (say, in /opt/curl/)Create curlftpfswrapper.sh:
Drop
curlftpfswrapper.sh
somewhere in your PATH.Use
curlftpfswrapper.sh
instead ofcurlftpfs
as long as it's broken.