On Fri, Jul 18, 2003 at 08:56:30AM -0500, Jammie Hall wrote: > I have an issue with several scripts that have the username/password in the > script. > #lftp -f <script> > > <script> > open -p <ip addr/port> > user <username> <password> > . > . > . > Is there a way I can put this in one file and refer to that file from my script > to login? That would help in password changes.
See the `source' command to execute commands from a file. -- Alexander. | http://www.yars.free.net/~lav/
