I am trying to convert a script from wu-ftpd.
the script command is : ftp <servername>

On the old wu-ftpd, this script is ran via root cron. In root's directory,
.netrc:
machine <servername>
login anonymous
password

when the time comes the script executes and logs in automatically. the file is
downloaded via script and session is closed. How can I do the same in lftp?

I would prefer only one place to have to change login information. I hope lftp
has the same capability.

Thanks, j-me

Reply via email to