Xref: utzoo comp.unix.questions:27931 comp.sys.att:11420 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!cti1!kmeek From: kmeek@cti1.UUCP (Kevin Meek) Newsgroups: comp.unix.questions,comp.sys.att Subject: Using FTP from cron with .netrc Keywords: ftp .netrc cron Message-ID: <366@cti1.UUCP> Date: 8 Jan 91 22:48:13 GMT Followup-To: poster Organization: Comprehensive Technologies Int., Arlington VA Lines: 47 I am trying to send files from a central machine to another file on the remote host. What I've done is create a .netrc directory in my home directory with the machine name and password. then I run the following shell script # ---- shell script ---------- # # Shell script to send files to remote machine # .netrc should take care of login etc. # ftp machinename <