DEV Community

Aravinthan
Aravinthan

Posted on

Linux - File Transfer Commands

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)