Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!husc6!rice!sun-spots-request From: gretzky@unison.larc.nasa.gov (Mr. Stanley Cup) Newsgroups: comp.sys.sun Subject: Re: Help with 4.3 BSD Ftp command Keywords: Software Message-ID: <8904241421.AA02094@unison.larc.nasa.gov> Date: 8 May 89 14:49:30 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 27 Approved: Sun-Spots@rice.edu Original-Date: Mon, 24 Apr 89 10:21:01 EDT X-Sun-Spots-Digest: Volume 7, Issue 275, message 3 of 25 X-Issue-Reference: v7n239 Here is a small example to handle the collecting of verbose mode's chatter. #!/bin/sh # HOST=name.of.host.edu FILE=/mypath/me/file # /usr/ucb/ftp -n -v $HOST << EOFTP > output 2> errors user the_name the_password type binary put $FILE bye EOFTP ==================================================== A better suggestion is to use BFTP [Background FTP] instead of FTP. It can be retrieved via anonymous ftp from venera.isi.edu. The latest version is BFTP.12. Questions regarding BFTP should be directed to Annette DeSchon (deschon@venera.isi.edu). If you use ftp at all, then this is excellent software to use. Yes, it is compatible with FTP. With the distribution, there *is* a BFTPtool. Pretty neat I might add. -=>gretzky<=- .mitch