Linux - File Transfer Commands
This is Part 9 of the Linux CLI Commands series.
π Previous: Linux - Root Commands
π Next: Linux - Job Schedule Commands
File Transfer Commands
scp
-- secure copy protocol
ssh
-- secure shell
scp filename user_name@ip_address:/path/
--> transfer a file to other user
ssh user_name@ip_address
--> remote access
Note:
systemctl disable firewalld
systemctl enable firewalld
Top comments (0)