Changes between Version 1 and Version 2 of Transitioning From Suns


Ignore:
Timestamp:
08/14/06 17:58:55 (20 years ago)
Author:
cdelacruz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Transitioning From Suns

    v1 v2  
    1212
    1313The other alternative is to use web mail, which can be accessed from any browser by pointing it to mail.astro.columbia.edu.
     14
     15
     16== Tranfer of Home directory files and Data from Suns to CAL Network ==
     17
     18A simple way of transferring data from the Suns to your new CW (or to your home directory via your login terminal)
     19 is to use the scp command as follows:
     20
     21First create a directory within your home directory on your local computer or from the logged in terminal.
     22cd into the directory and issue the following command:
     23{{{
     24             scp -rv username@sun.host .
     25}}}