Tech Support > Computer Hardware > Microprocessors > Looking for a pthread based FTP server
Looking for a pthread based FTP server
Posted by Vincent on October 31st, 2003


Hello,

I'm looking for a light pthread based FTP server in order to embedded it in
a pthread aware target.

Any idea?

Thanks

Vincent


Posted by Colossus on October 31st, 2003


Vincent wrote:

Look at the code of gftp.
--
Bye,
Colossus


Posted by Dan Kegel on November 10th, 2003


Vincent wrote:
Eww. Why use pthreads? Why not use something higher performance,
like a sys_epoll based ftp server? patches exist to use sys_epoll
with betaftpd, and it runs pretty fast.

But maybe you need features betaftpd doesn't have.
What are your requirements?
- Dan



Similar Posts