• 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.

FTP Server for FreeBSD

I'd use sshd because it only uses one port (22) as opposed to secure SSL FTP. And an unsecured FTP server is something I'd never run. sshd should be part of FreeBSD, although I don't know that for sure. An additional bonus is you can use it for remote control sessions as well as file transfer.
 
avoid wu-ftpd because it's got a similar track record as IIS, ftp is inherently insecure but the wu team takes insecurity to a whole new level =)

I usually use ProFTPd.
 
Back
Top