- This topic has 2 replies, 3 voices, and was last updated 14 years, 10 months ago by .
-
Topic
-
I am currently to building a file of ADT messages each hour using a tcl proc in TPS outbound data as follows: 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?
Viewing 1 reply thread
Viewing 1 reply thread
- The forum ‘Cloverleaf’ is closed to new topics and replies.