LFTP mkdir -p 不适用于 sftp 协议?

发布于 2024-10-01 17:28:10 字数 194 浏览 2 评论 0原文

这是服务器目录结构:

/tmp/a

,我只能使用 sftp 连接到服务器

现在我想先 mkdir,然后将一些文件上传到其中。

mkdir -p /tmp/a/b 有效,但 mkdir -p /tmp/a/b/c/d/e/f/g 无效。

我认为参数 -p 适合这种情况,有什么问题吗?谢谢!

here is the server directory structure:

/tmp/a

and I can only connect to the server with sftp

Now I want to mkdir first, and then upload some files into it.

mkdir -p /tmp/a/b works, but mkdir -p /tmp/a/b/c/d/e/f/g doesn't.

I think the param -p is for this situation, anything wrong? Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

轻拂→两袖风尘 2024-10-08 17:28:10

新版本lftp支持使用sftp协议的mkdir -p

New version lftp support mkdir -p with sftp protocal.

小猫一只 2024-10-08 17:28:10
mput -d some/path/file.txt

创建与文件名相同的目录并将文件放入其中。

mput -d some/path/file.txt

Create directories the same as in file names and put the files into them.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文