I have tried this over and over. ugh!!!! 1. In your Unix account, create the dir
ID: 3626048 • Letter: I
Question
I have tried this over and over. ugh!!!!1. In your Unix account, create the directory ~/UnixCourse/ftpAsst
2. From the Windows PC, use ftp to do an anonymous login to ftp.cs.odu.edu, and download the file /pub/zeil/cs252/shakespeare.exe into some convenient directory (folder) on the PC.
3. shakespeare.exe is a self-extracting zip archive. Execute it and take note of the new files created. Examine them, if you like. (If you get the error message "This program cannot be executed in DOS mode.", your transfer was garbled, probably because you forgot about this.)
4. Using ftp, log in as yourself on ftp.cs.odu.edu, and upload the two files hamlet.txt and macbeth.doc into the directory ~/UnixCourse/ftpAsst.
5. Give the command
~cs252/bin/ftpAsst.pl
Explanation / Answer
Please rate To connect to ftp.cs.odu.edu type the following in msdos in windows 1)ftp 2)open ftp.cs.odu.edu 3)Give username as anonymous 4) Just give enter for password 5) cd /pub/zeil/cs252 6) binary this command is used to change to binary mode so that transfer is not garbled 7) recv shakespeare.exe this should transfer the file to C:Documents and Settings"username" where username is your computer account username The 2 files in the self extractor were hamlet.txt and macbeth.doc use the put command to upload the 2 files one by one