There are two main ways in which students may work on lab assignments on computers outside the labs in the ICT Building:
I apologize for the brief and very introductory nature of the sections below. Right now, unfortunately, I don't have the many hours it would take to research the various available telnet and FTP programs and provide detailed information about how to use them to help you do ENCM 339 assignments at home. If I find some time later in the term, I may be able to add some more information to this page.
remote-a.enel.ucalgary.ca
On most Microsoft Windows systems that are connected to the Internet, you can start a telnet session with our telnet server by typing
telnet remote-a.enel.ucalgary.cainto the Windows "Command Prompt" application. After logging in with your username and password, you will find yourself in an environment similar to the terminal windows you use in the Linux labs in the ICT Building. To end the connection, the command would use is
logout
By the way, if you're using Microsoft Windows at home, you should consider using a better telnet client than the one that comes with Windows. One such telnet client is CRT, which you can find out about at www.vandyke.com. (There are lots of good telnet clients out there; CRT is one that I know works well.)
ssh is a communications protocol that allows connections similar to telnet connections, except that with ssh data is encrypted so that your commands and program output are kept secret. (The risk of using telnet for ENCM 339 assignments is pretty low--it's unlikely that any of the companies helping your computer talk to remote-a would have any use for the data going between the computers.) remote-a is supposed to support ssh connections, but I haven't tested that yet.
remote-a.enel.ucalgary.caand logging in with your username and password.
I'll try and list some basic FTP commands here when I get the time to do it. For now, your best bet is to find a classmate who already knows how to use FTP and ask for a brief tutorial session.