I guess it depends on the fact the browser closes the connection in
certain condition and the browser supposes the transmission of the
file has completed when the connection is closed.
Anybody knows if this analysis is correct and if it is possible to
configure the web-server to send some header settings which minimize
this kind of error?
thanks,
m.
The browser doesn't "close as it had completed". If you kill the
connection or it is terminated, the file will be closed and that's
it.
This because http is _not_ designed to transfer huge amount of data
and shouldn't be used as such. If you want to transfer files use FTP,
SFTP or SCP.
Davide