Lecture 4
Discuss programming assignment turned in with particular attention to input and output format
· program without prompts or labels using GO TO
· program with prompts and labels using GO TO
· program with prompts and labels using DO loop
· program with prompts and labels using DO loop and EXIT statement
Show how to get to raven via
telnet: telnet raven.jmu.edu (from run from start)
Raven commands
Discuss how to upload or download file using ftp
FTP commands
·
get filename.extension - from server to local computer
·
put filename.extension - to server from local computer
·
lcd – shows local drive – can change local drive
·
ascii -
transfers will be ascii – (i.e. plain text)
·
binary – transfers will be binary – (i.e. bits)
·
quit
Note: