FG
💻 Software

curlftpfs doesn't work for a username with a "@"

Fresh5 days ago
Mar 15, 20269734 views
Confidence Score0%
0%

Problem

My hosting company makes all my usernames with a "@" in them. For some reason I get in response Error connecting to ftp: Couldn't resolve host 'domain.com:pass' I think that it's trying to connect to user@domain.com without the password (because of the @ sign)

Error Output

curlftpfs user="user@domain.com:pass" ftp://ftp.domain.com/ ~/domain/

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: curlftpfs doesn't work for a username with a "@"

Low Risk

cURL is interpreting everything after the first @ sign as the domain to connect to. What you need to do is either fool cURL into working without the first @ sign, or find some other way of telling CurlFtpFS your username. The former may possibly be …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment