I have a need to :
1. Log into a pc based BBS system
2. Answer login/password prompts
3. Upload a file using zmodem.
4. Down load a file using zmodem.
5. Log off.
6. Repeat every day.
What is the best way to do this in Unix? I would like to avoid
developing C code and sifting through Zmodem code if avoidable!
What command line tools should be used for a reliable solution?
This is rather urgent... Thanks for any help!