run {
set date [clock format [clock seconds] -format “%Y%m%d%H”]
set new_name “”
append new_name $name $date $suffix
msgmetaset $mh DRIVERCTL “{FILESET {{OBFILE $new_name}}}”
….
When the hour is up I’d like to then ftp the file to a directory outside of Cloverleaf and copy it to an archive directory. What is the best way to do this? Anybody have examples? Can I ftp and copy file to archive using this same tcl proc?