开发者

Open a remote file with vim. Email-like username

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜