Transfering files from Win95 to the VMS Cluster
This assumes you have an internet connection configured and up and running:
- Click START then RUN
- Enter FTP NYSSA.SWT.EDU into the text box
- At the prompts, enter the following information:
USER> <Enter your vms username>
Password> <Enter your vms password>- You may now issue commands like DIR, CD, LCD, LDIR, GET, PUT, ASCII, and BINARY
- Before you get or put a binary file, issue the following command:
FTP> BINARY- To change your local directory enter:
FTP> LCD D:\TEMP- To change the remote directory enter:
FTP> CD WWWor
FTP> CD SYS$SCRATCHPAD:[YOURVMSUSERNAME]
- Now the following command will move a file from your local directory to the remote directory (PC to VMS):
FTP> PUT file.name- The following command will move a file from your remote directory to your local directory (VMS to PC):
FTP> GET file.name