728x90

https://unsplash.com/ko/%EC%82%AC%EC%A7%84/4Mw7nkQDByk

Transfer files

Local to remote server
You can use the scp (Secure Copy) command to transfer files from your local machine to a remote server or vice versa. The syntax is as follows:

scp /path/to/local/file username@remote_server:/path/to/remote/directory

This command will copy the file located at /path/to/local/file to the remote server at the specified directory location.

 

Remote server to local 

scp username@remote_server:/path/to/remote/directory /path/to/local/file

 

728x90
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기
반응형