Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (9.5k points)

Can anyone tell me how to run commands like ftp, sftp or scp which doesn’t require a password for connection? 

1 Answer

0 votes
by (19.7k points)

You can implement the code like the below example: 

rsync [some other parameters] -e ssh SOURCE TARGET

If you want to know more, you can refer to manual pages of scp or rsync. 

Interested in Linux? Check out this Linux Certification by Intellipaat.

Browse Categories

...