Michael Sperber [Mr. Preprocessor] <sperber(a)informatik.uni-tuebingen.de> writes:
>> Having EFS just implementing the FTP protocol or just
shipping a
>> sane FTP client with the NT port sound more and more attractive now.
Hrvoje> Implementing FTP is impossible without support for listening sockets
Hrvoje> -- we would have to rely on the "passive" transfer mode always
being
Hrvoje> available.
Also, you'd have to implement all that gateway crap low-level.
And all security extensions (kerberos 4/5 etc), which also require
bignums btw. ;)