zhouwul 发表于 2015-12-30 13:45:19

SSH on Mac OS

  I. Build connect
  1.open "Terminal" in Mac.(open X11 for display,download and install X11 first)
  2."ssh -Y gliu1@clst.xxxx.edu" to build connect.
  3.input password. the result should like "$"
  
  II. Copy files
  1. open another "Terminal" in Mac.
  2. use "cd" command go to your file folder. use "scp filename.jpg gliu1@clst.xxxx.edu:/home/myfolder/"
  3.input password. when finish, it will show the result like:
    "filename.jpg                                    100%263   0.3KB/s   00:00"
页: [1]
查看完整版本: SSH on Mac OS