linux curlftpfs, password with '@'

1.3k Views Asked by At

I want to mount an FTP drive, but my FTP password contains "@".

I enter the command:

curlftpfs myaccount:my@[email protected] mnt/my_ftp

But it gives me "Error connecting to ftp: Could not resolve host: password"

How do I fix this, no combination of wrapping things in '' work either they are completely ignored

1

There are 1 best solutions below

0
On
curlftpfs myaccount:my%[email protected]:/ /mnt/my_ftp ...

where %40 is hex for character @ .