Hello,

the uploadProgress is already done and it shows the right value, all Datas are send.
But on Server there are still 200MB-500MB missing Datas, which comes delayed. Maybe it is cached somewhere and then copied.

The Files itself are around 2GB and at the Time where uploadProgress is finished (no calls anymore) but on Server it isn't finished.
After the missing Data are copied, it calls the finished Signal and the File itself is fine on Serverside.
We use pure-ftp, it is a Linux Server... not sure where i can look.

Is there a way, because QNetwork ... can't handle this kind of stuff ? Other classes?
Or is this a config thing for the server?