home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: alt.bbs.internet
- Path: sparky!uunet!ferkel.ucsb.edu!taco!rock!stanford.edu!ames!haven.umd.edu!darwin.sura.net!paladin.american.edu!howland.reston.ans.net!usc!cs.utexas.edu!torn!news.ccs.queensu.ca!ipc14!3386838
- From: 3386838@Jeff-Lab.QueensU.CA (Wes Garland)
- Subject: Re: FTP Help!
- Message-ID: <C1H429.E1y@knot.ccs.queensu.ca>
- Sender: news@knot.ccs.queensu.ca (Netnews control)
- Reply-To: 3386838@Jeff-Lab.QueensU.CA
- Organization: Terminal Velocity Kingston
- References: <16B61CF76.JLINTHI1@ua1vm.ua.edu>
- Date: Tue, 26 Jan 1993 18:15:45 GMT
- Lines: 47
-
- Hi Julia!
-
- Try a session something like this..
-
- $ ftp wuarchive.wustl.edu #or appropriate address
- Login: anonymous #or FTP for most sites as well
- Password: jlinthi1@ua1vm.ua.edu
-
- ftp> binary #unless you're getting ascii files
-
- Type set to I
-
- ftp> cd /mirrors/msdos/desqview
- 200 CWD Command OK
-
- ftp> get spawn15.zip yourfilename #I found that you can leave "yourfilename"
- # out on the unix system, but I had to force
- # a filename on VM so it would go to my
- # A disk
- 666 Sending Spawn15.zip in BINARY mode, 12345 bytes... took 1.0E+10 seconds,
- transfer rate 5.6K/sec
-
- ftp> lcd ~wes/msdos/desqview
- Local directory changed to /home/ccs-lab1/wes/msdos/desqview
-
- ftp> mget dv* #gets everything starting with the letters dv *
- mget dvcron.exe? y #may not wildcard with a VM system, I've never tried
- mget dvthis.com? y
- mget dvthat.zip? n
-
- ftp> quit
-
- That is a rough approximation of a typical FTP session on either the Unix or
- VM system here. Your system may vary.
-
- Cheers,
- Wes
-
- ---
- +------------------------------+---------------------------------------------+
- | Wes Garland | The Admiral |
- | Queen's University | Terminal Velocity Kingston |
- | Kingston, Ontario, CANADA | Fidonet 1:249/128 |
- |______________________________|_____________________________________________|
- | 3386838@jeff-lab.queensu.ca | Pump up with Jim Kirk at the He's Dead Gym! |
- +----------------------------------------------------------------------------+
-
-