Answers:
scp -r source_folder user@host.com:destination_folder
上面的命令将复制source_folder
到destination_folder
的user's
主目录中host.com
nc -l -p 9999 > file
+ cat file | nc ip port
或nc -l -p 9999 | tar -x -
+ tar -c dir | nc ip port
-救我的皮肤一对夫妇的时候,我没有任何花哨的服务器上使用,如Linux安装系统
首先登录到要将文件夹或文件复制到的服务器。位于您要复制并执行命令“ wget http://sourceserverip/folderuwanttocopy.zip ”的文件夹中
对于此文件夹,如果是linux服务器,则源服务器中的uwanttocpy.zip应该位于/ var / www / html中(如果是Windows服务器,则应位于xamp / httdocs中)