|
||||
How to do file transfer in CSUGLab | |||
Follow these instructions to transfer a file from NT to UNIX in CSUGLab.
1. Open a command shell and go to the directory where you have the file to be transfered.
2. Enter the command, 'ftp babbage'.
3. Login using your UNIX loginid and password.
4. At the prompt, enter the command 'mput filename' to transfer file
from NT to UNIX.
5. Use the command 'mget filename' to transfer file from UNIX to NT.
6. You can use 'cd dirname' to change directory in the remote machine (i.e., UNIX).
7. You can use 'lcd dirname' to change directory in the local machine (i.e., NT).
|
|