Code:
I need to write a script for our HP-UX server that allows an end-user to do the following:
[b]1. Login using FTP [/b][i](without having to type the login and password -- I'd like this built into the script, if possible). [b]NOTE: End-user will be starting out at an MS-DOS session within Windows 98[/b][/i]
[b]2. Be prompted for a date to search for
3. Have the script search a directory for a file that has that date in the format of YEAR/MONTH/DAY
4. Then GET that file from the directory
5. Log the end-user out (QUIT)[/b]
I'm new to UNIX, so I'm having trouble figuring out how to "hide" the login stuff and prompt the user (as well as search for the file and GET it). Please let me know if you can help. Thanks!