During a FTP upload, the total size of the file is send? -


When you send a file from HTTP, web browsers send the total file size in the http headers.

Do you think this is similar to the FTP protocol?

Martin

FTP has many transfer modes, but none of them Does not send the entire length in advance. You can see all of them in section 3.4.

Note that the size defined in the command is purely for download, not upload.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -