• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

linux ftp server

Gooberlx2

Lifer
hey all, just wondering what people recommend as "the best" ftp server software for linux. I'm currently using wu-ftpd.
 
Anything but wu 😉

I havent used any that arent in the default install of OpenBSD, but I would recommend pure. Ive heard some good things about it. But I hate trying to "secure" ftpds.
 
first: there is no such thing as a secure ftp server

now that we have that out of the way, i agree with n0c, that i only really use the one supplied wiht openbsd. another supposedly uber secure one is called publicfile and can be found here: http://cr.yp.to/publicfile.html. I've also breifly used proftpd and liked it. one thing is for sure though, don't use wu! it has the most well-known history for security holes.

whatever one you choose, be sure to keep it updated to the most recent version, and i suggest creating ftp-only users. if the same users want to ssh into the machine, let them have another login and copy files from the publis ftp dir into their own dir if necessary.

also, do a search in this OS forum about using scp and sftp, there was a recent discussion on large file transfers that might be interesting to you.
 
Back
Top