|
|
|
|
|
by caf
1980 days ago
|
|
The 'binary mode' of FTP just meant not to translate line endings or potentially character set, in opposition to 'text mode'. The advantage with HTTP wasn't efficiency, it was that resuming interrupted downloads was typically possible with FTP but not HTTP (because ranged GET took a long while to get support in both servers and clients). |
|