开发者

Open a remote file with vim. Email-like username

开发者 https://www.devze.com 2023-04-05 00:52 出处:网络
I have a problem authenticating to my ftp with vim. That because my 开发者_运维知识库username is an email address like this

I have a problem authenticating to my ftp with vim. That because my 开发者_运维知识库username is an email address like this

424242@myhostingsite.com

So I should write

Nread fpt//424242@myhostingsite.com@myftpsite.com/

But I receive a warning and (obviously) It doesn't work. Is there a way to escape the first @ char?


Try:

Nread ftp://"424242@myhostingsite.com"@myftpsite.com/


Try:

Nread ftp://424242+myhostingsite.com@myftpsite.com/


Yeah. I've got exactly the same problem. It seems that there is one solution but not as comfortable. You can omit the user name and type it when vim ask for it.

If I find other solution i will post it here.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号