ftp remote-host-namewhere remote-host-name is the full address of the remote computer (e.g., gis.smith.udel.edu).
Connected to gis.smith.udel.edu. 220 gis.smith.udel.edu FTP server (UNIX(r) System V Release 4.0) ready. Name (gis.smith.udel.edu:username):where username is your username on the local host, the system on which you initiated the FTP session.
Name (gis.smith.udel.edu:local-username): remote-username(If your username on the remote host is the same as on your local host, just press ENTER.)
At the next prompt, type your password and press ENTER. Your password does not appear on the screen.
ascii
binary
cd consult cd project1 lcd sas
get anova.sas
mget *.dat
get anova.sas newanova.sas
put bizeval.dat
mput eval2.*
put bizeval.dat newbizeval.dat
quit