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
Post a Comment