Interview Practice Questions
Q11: What is the linux command to transfer data from or to a server?
curl -O http://example.com/file.zip
Q17: What is the linux command to transfer files using File Transfer Protocol?
ftp
Q34: What is the linux command to sync files and directories?
rsync
Q35: What is the linux command to securely copy files over SSH?
scp
Q37: What is the linux command to securely transfer files using SSH File Transfer Protocol?
sftp user@remote:/path/to/file