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>

  • 相关阅读:
    20160205
    20151120
    20151023
    20151023
    20140207
    yum工具介绍
    Linux程序包管理
    Linux任务计划、周期性任务执行
    10 压缩和解压缩工具和bash脚本编程
    9 btrfs文件系统
  • 原文地址:https://www.cnblogs.com/JasperZhao/p/12893179.html
Copyright © 2011-2022 走看看