linux curftpfs,密码带有“@”

Gdf*_*elt 1 passwords sftp curlftpfs

我想挂载 FTP 驱动器,但我的 FTP 密码包含“@”。

我输入命令:

curlftpfs myaccount:my@password@thefptserver.com mnt/my_ftp
Run Code Online (Sandbox Code Playgroud)

但它给我“连接到 ftp 时出错:无法解析主机:密码”

我该如何解决这个问题,在 '' 中包装东西的组合不起作用,或者它们被完全忽略

And*_*ril 5

curlftpfs myaccount:my%40password@thefptserver.com:/ /mnt/my_ftp ...
Run Code Online (Sandbox Code Playgroud)

其中%40字符 @ 的十六进制表示。