It is a persistent FTP Connection .
Is the fileset-local single threaded?
We currently write each message on the ftp server.
An alternative we are thinking of is to write all the messages to the local file system and then transfer the files to the ftp server at one time.This will reduce the number of writes on the ftp server.
If i use a fileset-local on the receiving side,can i multi thread on this?