R
Roedy Green
FTP uploads have five problems:
1. It doesn't properly preserve timestamps.
2. if a file is being downloaded when you try to upload a replacement,
it fails.
3. it is pretty slow since it has a per file overhead which often
overshadows the time to transmit the file body.
4. During an upload you have an inconsistent website, e.g. with links
to files that don't yet exist. Ideally you want the entire upload
treated atomically -- applied as a lump, only after all the files are
present on the server.
5. no compression.
What are people using?
--
Roedy Green Canadian Mind Products
http://mindprod.com
"For reason that have a lot to do with US Government bureaucracy, we settled on the one issue everyone could agree on, which was weapons of mass destruction."
~ Paul Wolfowitz 2003-06, explaining how the Bush administration sold the Iraq war to a gullible public.
1. It doesn't properly preserve timestamps.
2. if a file is being downloaded when you try to upload a replacement,
it fails.
3. it is pretty slow since it has a per file overhead which often
overshadows the time to transmit the file body.
4. During an upload you have an inconsistent website, e.g. with links
to files that don't yet exist. Ideally you want the entire upload
treated atomically -- applied as a lump, only after all the files are
present on the server.
5. no compression.
What are people using?
--
Roedy Green Canadian Mind Products
http://mindprod.com
"For reason that have a lot to do with US Government bureaucracy, we settled on the one issue everyone could agree on, which was weapons of mass destruction."
~ Paul Wolfowitz 2003-06, explaining how the Bush administration sold the Iraq war to a gullible public.