我必须将名为thefilethefilethefile.txt的文件从我的本地计算机复制到我的远程服务器的根目录(我必须这样做以证明我拥有服务器)。
Jeez,当你需要它时Windows会拖放。我怎样才能完成这个简单的任务?
在Ubuntu终端,我有提示:
metheuser@metheuser-HP-Pavilion-g6:~$
我做到了:
metheuser@metheuser-HP-Pavilion-g6:~$ cp thefilethefilethefile.txt theserver@theserver.com
点击ENTER,我得到的只是提示:metheuser@metheuser-HP-Pavilion-g6:~$
然后我登录theserver@theserver.com
,该文件不在根目录中。
我也尝试过:
scp thefilethefilethefile.txt theserver@theserver.com
无济于事。任何帮助将不胜感激。
答案 0 :(得分:1)
您需要在scp
中的主机名末尾使用:它的工作原理如下:
scp thefilethefilethefile.txt theserver@theserver.com: