Shell & Command
[Shell] scp
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..
2023. 2. 22. 22:36
최근댓글