如何在Vim中通过FTP制作文件和文件夹?(How do I make files and folders over FTP in Vim?)

编程入门 行业动态 更新时间:2024-10-23 15:23:56
如何在Vim中通过FTP制作文件和文件夹?(How do I make files and folders over FTP in Vim?)

使用Vim for FTP很棒,但如何使用Vim FTP创建文件和文件夹?

Using Vim for FTP is great, but how do I create files and folders using Vim FTP?

最满意答案

我不知道如何通过ftp创建文件夹,但您可以使用Nwrite远程保存文件

:Nwrite ftp://username@host/path/to/file/andfile.name<cr>

use:help netrw-write用于所有选项和协议

netrw也有

MAKING A NEW DIRECTORY *netrw-d* {{{2

部分。 阅读本文,它可以帮助你

i don't know how to create folders via ftp, but you can save files remotely with Nwrite

:Nwrite ftp://username@host/path/to/file/andfile.name<cr>

use :help netrw-write for all options and protocols

netrw also has

MAKING A NEW DIRECTORY *netrw-d* {{{2

section. read this and it can help to you

更多推荐

本文发布于:2023-08-04 12:54:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1415951.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:文件夹   文件   如何在   Vim   folders

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!