使用psftp上传和下载文件

发布于 2024-10-11 12:52:43 字数 1459 浏览 5 评论 0原文

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

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

发布评论

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

评论(3

甜心小果奶 2024-10-18 12:52:43

如果您通过双击 .exe 来启动 psftp,它将具有您启动它的任何文件夹/目录的本地工作目录。除非您上传的文件也在其中,否则您必须使用 lcd (本地更改目录)切换到其他目录:

 c:\this\and\that\psftp.exe   <---working directory of c:\this\and\that
 c:\upload\file\is\here\file.txt <--where you keep the file to upload

 c:\this\and\that> psftp
 psftp> lcd \upload\file\is\here
 psftp> put file.txt

应该可以解决问题。

if you're starting psftp by double-clicking the .exe, it will have a local working directory of whatever folder/directory you'd started it in. Unless the file you're uploading is also in there, you'll have to use lcd (local change directory) to switch to that other directory:

 c:\this\and\that\psftp.exe   <---working directory of c:\this\and\that
 c:\upload\file\is\here\file.txt <--where you keep the file to upload

 c:\this\and\that> psftp
 psftp> lcd \upload\file\is\here
 psftp> put file.txt

should do the trick.

冰魂雪魄 2024-10-18 12:52:43

好吧,抱歉打扰你们了,我的文件夹被锁定了,所以我没有目标文件夹的写权限。

Alright sorry for troubling you guys, my folder was locked down, so I did not have write access to the destination folder.

小鸟爱天空丶 2024-10-18 12:52:43

看起来您可能正在尝试获取(不存在的)本地文件。发布会话的完整跟踪可能会有所帮助。

It looks like you might be trying to fetch (non-existent) local files. Posting the full trace of the session might help.

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