Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> 關於Linux >> 如何使用命令進行Mac和Linux之間的文件傳輸

如何使用命令進行Mac和Linux之間的文件傳輸

日期:2017/1/25 10:48:54      編輯:關於Linux

  我們都知道,相同系統之間的傳輸很容易實現,但要進行不同系統之間的文件傳輸就有些困難了,今天小編要給大家介紹的是如何使用命令進行Mac和Linux系統的文件傳輸,一起來了解下吧。

 如何使用命令進行Mac和Linux之間的文件傳輸

  一、從服務器下載文件到本機

  1、修改文件所屬

  由於只能下載文件所屬為自己的文件,所以要做修改文件所屬的操作。

  chown hudelei /opt/logs/tomcat/app/tomcat_stk_nm/stk-time.log

  2、下載到本機

  scp [email protected]:/opt/logs/tomcat/app/tomcat_stk_nm/stk-time.log /Users/hvvi/Desktop

  3、輸入密碼

  二、上傳文件夾到服務器

  1、scp -r /Users/hddvvi/Desktop/load [email protected]:/opt/logs/tomcat/app/tomcat_stk_nm/

  注意:加上 -r,否則會報錯:not a regular file

  2、輸入密碼3、文件移動上上層 mv filename.java 。。/

  注:本文使用的是mac本機和linux服務器。

  上面就是使用命令進行Mac本機和Linux之間文件傳輸的方法介紹了,如果你要想在這兩個系統之間進行文件傳輸,可是試試本文介紹的方法。

Copyright © Windows教程網 All Rights Reserved