CS 279 - Week 13 Lab Exercise

Work in pairs, submit the files created with a homework number of 93.

1. Boot under OpenSUSE in the lab.
2. Create a plain text file of your choice there, with suffix .txt
    PUT BOTH YOU NAMES IN THIS FILE!!
3. You are going to use command-line sftp to transfer a copy of
   this file to nrs-labs, BUT you are going to COPY your screen
   to show me you did so, so keep that in mind as you proceed.
4. Use command-line sftp to:
   *   connect to nrs-labs (it would be cool to sftp to
       the account of the pair you did NOT log into OpenSUSE with)
   *   use ? to see what commands this sftp implementation has available
   *   transfer a copy of your newly-created .txt file to there
       (practice using the put command)
   *   make a new directory on your local machine 
       (practice using lmkdir)
   *   change to that new directory on your local machine
       (practice using lcd)
   *   now transfer a copy of your transferred file from nrs-labs
       to this new directory 
       (practice using the get command)
   *   do lcd and lpwd
   *   do cd and pwd
   *   practice with any other sftp commands you would like

...and COPY your sftp session above, and paste it into a file
with suffix .txt, BEFORE your quit the sftp session.

Submit your sftp-session .txt file, as well as the .txt file
you created on OpenSUSE for sftp-file-transfer practice, by the
end of lab (with a homework number of 93).