I think I have resolved this with todays playing around...
I ended up using something along the lines of:
Code:
FILES=/tmp/upload
FTP=`awk '{print "put "$0;}' $FILES`
find /sitsimp -type f -name "*$(date +%d%m%y)*.csv.gpg" >> $FILES
cd /sitsimp
ftp -inv stlnx-ftpcli <<!
user ftpxfer bsu-512
binary
$FTP
bye
!