Keep alive DURING file transfers

Does Smartfp support keep alives DURING file transfers. All clients I have seen send keep alives when no transfer is happening. But the issue I have is with firewalls timing out the command channel, during a long file transfer (either because of a low bandwidth or because of a large file). Can your client send .e.g. a NOOP on the command channel when a transfer is in progress on the data channel ?
As far as I know a tcp keep alive on the socket doesn't help as this is normaly send when the connection is inactive for more than an hour.

Thank you
Markus

Hello ...

SmartFTP is not able to send keep alive commands (NOOP etc) during file transfers.

The only problem with the keep alive during the transfer is the control connection. At the end of the data transfer you won't see the transfer successful message because the control connection got broken.

You can use the global queue and it will auto retry all your transfers. It makes sure that all the files are uploaded/downloaded correctly.

Regards,
-Mat