C
Christian
Mike said:If you benchmark any standard FTP implementation against a naive "open
a TCP connection and send some bytes across" implementation, FTP will,
I assure you, be much faster.
I can assure you from my experience that ftp is not faster.
Except you really messed up your implementation. (like using MiB sized
Buffer)
FTP is not more than a old protocol that should be forgotten.
It has the same kind of usefullness as MD5 .. its used but not
recommendable if you have the choice.
The Problem is that we seem really to miss good ,simple widespread
public protocols for filetransfer.
Bittorrent would be nice though its neither simple nor anything else.
HTTP/FTP/SCP just seem to work fine enough and not corrupt files often
enough when used only on LAN.
In my homenetwork I already used successfully DirectConnect protocol for
filetransfers. As it checks files and is fast.
Though DC is not simple enough to incorporate into some Application.
Christian