Description
Refer to http://stackoverflow.com/questions/37958201/apache-camel-batch-ftp-upload-then-disconnect/
Currently there is "disconnect=false" option in camel-ftp component which will retain FTP connection after multiple files upload. The connection will be closed only if the FTP server timeout my connection
Wish to have one more option (e.g. "disconnectOnBatchComplete") which allow the ftp connection to close immediately after a batch of file upload completed