zoukankan      html  css  js  c++  java
  • UNIX Copying Files Remotely Examples(scp/pscp)

    Mac

    In order to copy files you will use the command scp

    a. When copying files from your computer to zeus this will be done in the form

    scp <origin_location> @zeus.vse.gmu.edu:<destination_location>

    b. When copying files from zeus to your computer this will be done in the form

    scp @zeus.vse.gmu.edu:<origin_location> <destination_location>

    Windows

    1. The pscp command can be used in the windows command prompt in the following form to transfer a file from Zeus to your computer after which you will be prompted for your password

    pscp @zeus.vse.gmu.edu:<location_of_file_to_transfer> <local_destination_of_file>

    2. The pscp command can be used in the windows command prompt in the following form to transfer a file from your computer to Zeus after which you will be prompted for your password

    pscp <location_of_file> @zeus.vse.gmu.edu:<destination_of_file>

  • 相关阅读:
    php 函数汇总
    php 图片base64编码生成dataurl和保存为图片
    bootstrap
    PHPWord
    js json排序
    UE用法
    判断移动端是苹果还是安卓,以及安卓版本
    shell终极操作
    LINUX yum用法
    jquery对checkbox的操作汇总
  • 原文地址:https://www.cnblogs.com/JasperZhao/p/12893179.html
Copyright © 2011-2022 走看看