Secure File Transfer Basics

# Introduction This lab will cover the basics of using the Linux command line to transfer files using SFTP, FTP, and SCP. These tools are commonly used to transfer files to and from remote servers, and can be useful for tasks such as uploading website files to a server or downloading data from a remote machine. We have configure a SFTP and FTP server in the lab environment. When you actually use, make sure that you have the necessary credentials to access the remote server (such as a username and password) and that the server is configured to allow file transfers over SFTP, FTP, and SCP. ## Achievements - `sftp` - Secure File Transfer Protocol - `ftp` - File Transfer Protocol - `scp` - Secure Copy

|60 : 00

Click the virtual machine below to start practicing