Open main menu

CDOT Wiki β

Changes

Tutorial6: File Transfer / Sending Email Messages

7 bytes removed, 14:39, 6 February 2021
Command Line Terminal (CLI)
# Issue the following ''sftp command'' to transfer the file called '''thefile.txt''' to the '''~/remote2''' directory on your remote server:<br><span style="color:blue;font-weight:bold;font-family:courier;">put thefile.txt</span><br><br>
# Issue 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 '''local2''' so we can learn to <u>download</u> a file from your remote directory.<br><br>
# Issue the following ''sftp command'' to change to the '''parent''' directory on your <u>local</u> computer:<br><span style="color:blue;font-weight:bold;font-family:courier;">lcd ..</span><br><br>
# Issue the '''lpwd''' ''sftp command'' to confirm that your current working directory on your local server is your home directory.<br><Br>
# Issue the following ''sftp command'' to create the following directory on your local server:<br><span style="color:blue;font-weight:bold;font-family:courier;">lmkdir local2</span><br><br>
13,420
edits