13,420
edits
Changes
→INVESTIGATION 2: USING SECURE FILE TRANSMISSION CONTROL PROTOCOL
# Issue the '''pwd''' sftp command to confirm that you have changed to the ''local'' directory on your local server.<br><br>
# Issue the following Linux command to transfer your ~/local/thefile.txt file to the ~/remote directory on your remote server:<br><span style="color:blue;font-weight:bold;font-family:courier;">put thefile.txt</span><br><br>
# xIssue the '''ls''' sftp command to confirmed that you transferred/copied the file: thefile.txt<br><br>Let's create another directory on your local server called storage so we can learn to download a file from your remote directory.<br><br># *
:In the next investigation, you will learn an alternative way to transfer a file to another computer server by sending an e-mail message with an attached file.