I am developing tcl script to implement custom protocol (SFTP). It is going to be outbound thread (in most cases). My question is the following: are there defined return values which I can return from my tcl script to communicate to the thread whether file transfer succeeded or not (similar to what Fileset-FTP reports back)?
Bakha