ncftpspooler script...

Hi,

i need help, iam noobs on shell script

i have a file in
/usr/home/billy/departure
/usr/home/billy/arrived

and i have more than 15 user's use different FTP

so i install ncftp and use a ncftpspooler i make 2 file ( billy_get and billy_put )

billy_get

# This is a NcFTP spool file entry.
job-name=p-20070201-134500
op=get
hostname=ftp.forbilly.org
xtype=I
passive=1
remote-dir=billy/INBOX
local-dir=/usr/home/billy/departure
remote-file=ST*.TXT
local-file=ST*.TXT

billy_put

# This is a NcFTP spool file entry.
job-name=p-20070201-135900
op=get
hostname=ftp.forbilly.org
xtype=I
passive=1
remote-dir=billy/OUTBOX
local-dir=/usr/home/billy/arrived
local-file=TAM*.TXT
remote-file=TAM*.TXT

i want check if there a file in
/usr/home/billy/departure
/usr/home/billy/arrived

and make a spool in ncftpsooler

if file exist in arrived this make a cp of billy_put in spooler
with another job name ( p-20070201-135900 ) +2minutes so p-20070201-140100, and change job-name aslo and start the ncftpspooler -d

for check if is started ncftpspooler -l
and copy a log of connection in another logs files and send by email..

and same idea for billy_get..

can u help me