I. Build connect
1. open "Terminal" in Mac.(open X11 for display,download and install X11 first)
2. "ssh -Y [email protected]" to build connect.
3. input password. the result should like "[[email protected] ~]$"
II. Copy files
1. open another "Terminal" in Mac.
2. use "cd" command go to your file folder. use "scp filename.jpg [email protected]:/home/myfolder/"
3. input password. when finish, it will show the result like:
"filename.jpg 100% 263 0.3KB/s 00:00"
时间: 2024-10-20 20:52:33