Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Message in "Pending" status on inbound thread › Reply To: Message in "Pending" status on inbound thread
The ftp protocol setup function will process all files in the directory and then delete the files unless you add a tcl proc to modify the directory listing. Using the directory parse tcl option allows you to specify a proc that will read the directory listing, remove unwanted filenames and pass this revised listing back to cloverleaf for processing. If you would like to copy the file to a backup location, this can also be done in the dir parse or delete tcl proc. There are a few varieties of the dir parse and delete procs floating around on clovertech or you can write your own.