无法使用 PSCP 复制到服务器

发布于 2024-09-18 12:19:15 字数 813 浏览 2 评论 0 原文

我已经从以下位置下载了 PSCP:

http://www.chiark.greenend .org.uk/~sgtatham/putty/download.html

并将其添加到 Windows 7 中的 PATH 中。我现在尝试使用以下命令将文件复制到 tomcat:

pscp -P 8081 bob.txt mm@ http://repository:/var/lib/tomcat5.5/webapps/ bob.txt

基于以下信息:

http://e-articles.info/e/a/title/Transfer-files-from-the-command-line-with-PSCP/

但我刚刚收到错误:

ssh_init: 主机不存在

如果我使用 putty 以用户“mm”身份登录服务器,我可以 cd 到 var/lib/tomcat5.5/webapps/ 目录。关于为什么找不到主机的任何想法?

I have downloaded PSCP from:

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

and added it to the PATH in windows 7. I now try to copy a file to a tomcat using the following :

pscp -P 8081 bob.txt mm@http://repository:/var/lib/tomcat5.5/webapps/bob.txt

based on the info from:

http://e-articles.info/e/a/title/Transfer-files-from-the-command-line-with-PSCP/

but I just get the error:

ssh_init: Host does not exist

If I login as the user 'mm' to the server using putty I can cd to the var/lib/tomcat5.5/webapps/ directory just fine. Any ideas on why the host is not located?

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

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

发布评论

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

评论(1

瞳孔里扚悲伤 2024-09-25 12:19:15

您真的确定您的主机是“http://repository”吗?我猜这只是“存储库”。尝试一下。

Are you really sure your host is "http://repository" ? I would guess it is only "repository". Try that.

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