Hello Vincent,

I am aware of that link, just I didn't remember it. Back in time I had a timeout issue with a JSON HTTP transfer and I got it working using that link.

Today I got it working with FTP. Just a reminder for next time: it doesn't take effect the new timeout until you recreate the FTP object. It is not just disconnect & connect, you have to destroy the existing FTP object and craete again. If not, it makes use of the old timeout.

Regards.