Slashdot Mirror


User: snarlydwarf

snarlydwarf's activity in the archive.

Stories
0
Comments
101
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 101

  1. Re:ftp allows 'resume' ops on FTP: Better Than HTTP, Or Obsolete? · · Score: 1

    HTTP allows resume as well. (Well, 'partial-get' is what it is really.) This is how those things like 'getright' in the Windoze world work (as well as wget in the Unix world).

    On short files, the setup cost of FTP is great enough to make a huge difference. With a huge file, you're unlikely to notice a second or so of setup time (for the username, password, cd, binary mode, etc of ftp), but it's still there.