home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.shell
- Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!wupost!spool.mu.edu!agate!dog.ee.lbl.gov!hellgate.utah.edu!csn!cherokee!uswmrg!engineer.mrg.uswest.com!chris
- From: chris@engineer.mrg.uswest.com (Chris Fedde)
- Subject: Re: need a bit of help in
- Message-ID: <1993Jan3.020401.12387@uswmrg.mrg.uswest.com.mrg.uswest.com>
- Organization: USWEST Marketing Resources
- NntpPostingHost: engineer.mrg.uswest.com
- References: <1993Jan1.195022.23031@mnemosyne.cs.du.edu> <s1110238.725956972@giaeb> <1993Jan2.092831.15518@mnemosyne.cs.du.edu>
- Date: 03 Jan 93 07:04:01 GMT
- Lines: 18
-
- In article <1993Jan2.092831.15518@mnemosyne.cs.du.edu> rduta@nyx.cs.du.edu (Radu) writes:
- >
- >Is there a way to pipe text into something like telnet or ftp. Nothing that i
- >tried works. At first I thought that I could pipe an echo, but it didn't work.
- >Anyone know how to do it, or if it's possible?
- >
-
- Ftp will take input from standard in. This command works under HPUX.
- ftp n << .
- open fubar
- user chris mypass
- binary
- cd pub
- get important.stuff
- quit
- .
-
- Chris Fedde, USWEST MRG, chris@mrg.uswest.com, voice +13037842823
-