Bug 295897 - filesystems/curlftpfs: mounting ftp as filesystem fails with: Error setting curl:
Summary: filesystems/curlftpfs: mounting ftp as filesystem fails with: Error setting c...
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Rodrigo Osorio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-06-06 15:50 UTC by Oliver Adler
Modified: 2026-06-06 15:51 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (rodrigo)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Adler 2026-06-06 15:50:18 UTC
Overview
Mounting a ftp server with the command curlftpfs fails

Steps to Reproduce

curlftpfs -o allow_other,user=xxxx:yyyy my.ftp.server /mnt

Fails with the message:

Error setting curl:

Actual Result
The ftp server is not mounted

Expected Result
The ftp server is mounted to /mnt

Built Date and Hardware:
14.4-RELEASE-p4 amd64
fusefs-curlftpfs-0.9.2

Additional Builds
13.4-RELEASE-p2
fusefs-curlftpfs-0.9.2_7
This version of curlftpfs works as expected

Additional Information
Building from ports with the patch from 
https://sourceforge.net/p/curlftpfs/patches/16/
applied fixed the issue.

Probably the fusefs-curlftpfs-0.9.2_7 version from 13.4 RELEASE has the problem already fixed.