Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to the folder (in your machine) that contains all that you need to submit for your homework.
  2. Zip the files you want to submit. Here ’n’ refers to the homework number.
    zip -r hw n.zip *
    OR
    zip -r hw n.zip <files/folders> // If you want to select some files/folders only
  3. Use sftp to copy the zip file to CLEAR.
    sftp <your-netid>@ssh.clear.rice.edu
    <your-password>
    You should have the sftp prompt ’sftp>’ now.
    cd comp322
    Create a new folder with the name ’hw_n’ for this homework number n
    cd hw_n
    put hw_n.zip
    This should show that the zip file has been copied into the folder hw_n.