Telnet and FTP
Telnet Exercise
- Telnet to your account on IS2.
- List the files and directories in your account.
- Identify which are directories and which are files.
- Create a directory called CPST2000 in your home directory.
Anonymous FTP using a Client Exercise
- Open the FTP client in QVTNet
- FTP to a public anonymous FTP site.
- Find the directory where the publicly accessible files are.
- Find the index file or any other text file in the public directory and display it on your screen.
- Navigate through this directorys file and subdirectories and find a small (less than 10K) file. Download the file to the floppy drive of your computer.
- End the FTP session.
Regular FTP using a Client Exercise
Anonymous FTP using Unix Command Line Exercise
- Telnet to your IS2 account.
- Change to the CPST2000 directory
- Open an FTP session on IS2 and connect to Bills computer (IP 134.190.9.74) anonymously.
- Create a directory using your last name.
- Upload the file from your CPST2000 directory on IS2 to the directory you created on Bills computer.
- Delete the file from your CPST2000 directory on IS2 and then remove the directory.
- End the FTP session.