What is the difference between the scp and sftp utilities?
What will be an ideal response?
The scp utility is a secure network equivalent of the cp utility. The sftp utility
can also copy files but includes the file browsing capabilities of ftp.
Computer Science & Information Technology
You might also like to view...
A strong password contains at least ____ characters.
A. four B. five C. six D. seven
Computer Science & Information Technology
Which is the correct statement to make a button named btnStart visible?
A. ?btnStart.setVisibility(Show.VIEW); B. ?btnStart.setVisibility(Show.VISIBLE); C. ?btnStart.setVisibility(View.SHOW); D. btnStart.setVisibility(View.VISIBLE);
Computer Science & Information Technology