gpt4 book ai didi

linux curlftpfs,带符号的密码

转载 作者:IT王子 更新时间:2023-10-29 00:20:35 24 4
gpt4 key购买 nike

我想挂载一个 FTP 驱动器,但我的 FTP 密码包含“?!”。

我输入命令:

curlftpfs myaccount:mypassword?!@thefptserver.com 

但它给了我“bash: !@theftpsever.com: event not found”

如何转义这些字符?

最佳答案

用单引号括起来:

curlftpfs 'myaccount:mypassword?!@thefptserver.com'

正如您所发现的,感叹号在 bash 中具有特殊含义:!@thefptserver.com 代表以 开头的最新命令@thefptserver.com.

关于linux curlftpfs,带符号的密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8959905/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com