Transferring and Copying files over the Network Flashcards
1
Q
What is SCP?
A
Secure Copy Protocol
2
Q
What is SFTP
A
SSH File Tranfer Protocol / Secure File Transfer Protocol
3
Q
Can we use ftp command to transfer files over a Network?
A
Yes, but it’s not recommended, information is not encrypted with this protocol.
4
Q
What command should we use to copy a file after we are connected to a server with sftp?
A
put
5
Q
How can we specify the user and the server with scp?
A
username@servername:/path/to/copy/file
6
Q
Name some UI clients for transfering file over the network
A
Filezilla, Cyberduck