how to do this


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting how to do this
# 1  
Old 06-19-2003
how to do this

Hi I am new to Unix shell scripts. Right now I am trying to write a script to do the following tasks:check a network drive(j driver) on a regular basis to see if files has been sent in , if files are there , then ftp the file to the unix server( let's say /abc/). I have to fwd the script to the end user. The script will be running every day automatically. any help? Thank you!
# 2  
Old 06-19-2003
See this thread and consider doing this as a cron job instead of having a person do it.

Also read the rules of these forums (top entry in the first forum) - you would find that you can search for "ftp script" and find this question answered many times. Do the search as the selected thread may not answer all your questions. If you can't find it, then post back.
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question