Transferring files
Download an sftp client such as WinSCP, and give it the address of one of the School of IT computers
(such as congo1.ug.it.usyd.edu.au). This will allow
you to 'drag and drop' files between your system and the university's
servers, and should automatically convert between Windows and Unix
style line-endings (unless you're transferring an archive, such as
a zip or tar file).
Telnet/SSH
SSH and telnet allow you to log in to your School of IT account
remotely. If you use a Unix based system, such as Linux or Mac OS X,
ssh is probably already installed;
try typing ssh -l jsmit1234 congo2.ug.it.usyd.edu.au (where
jsmit1234 is replaced by your user name).
If you're using Windows PuTTY is a very good client. Get the Windows installer from the Download Page.
Run PuTTY, and configure as follows (replace jsmit1234 with your undergraduate
login name):


After clicking "Save" you can open a connection by double-clicking congo2.
Within PuTTY, you can use console-based text editors such as pico/nano and vi/vim.
With an X Server (see below)
you can run graphical editors such as kate, gedit and nedit.
Using graphical programs
To run graphical programs such as nedit and kate
remotely you'll need to have an X Server installed on your home computer (the program
will run on the School of IT server, but display on your machine). There are many
available; a free one is available via the
Cygwin installer. If you do this, you should set up PuTTY to forward X-connections
as follows:
Unless you have a very fast network connection it won't be
worth the effort.
|