Transferring and Copying files over the Network Flashcards

1
Q

What is SCP?

A

Secure Copy Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is SFTP

A

SSH File Tranfer Protocol / Secure File Transfer Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What command should we use to copy a file after we are connected to a server with sftp?

A

put

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can we specify the user and the server with scp?

A

username@servername:/path/to/copy/file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Name some UI clients for transfering file over the network

A

Filezilla, Cyberduck

How well did you know this?
1
Not at all
2
3
4
5
Perfectly