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

Setting up a home FTP

Astray

Member
I want to set up an FTP server on my compouter so that I can easily access and transfer files between my home computer, work computer, and school computer.

I'm not too sure where to start to set one of these up, I've used apache before to run a webserver, but not too sure if it's capable of doing a FTP.
 
I'm not too sure where to start to set one of these up,

I'm gonna go with the Software forum.

Basically, you install an FTP server, configure it like you want, and forward port 21 (or whatever port you have your server listening on) if you are using a router. Then you can use an FTP client and log into the server to upload or download files.
 
I'd prefer it be FTP, that way I can use IE or Opera to browse around and upload/download without needing to install any programs.
 
Are you wanting to set this up on an existing Windows box? Or install a new server on new hardware and everything? If new server, go with ProFTP on linux (I like CentOS) and administer through Webmin.

If you want something to run on a Windows desktop, you can either use Windows FTP server (under IIS) or use the FileZilla FTP server (my preference, I use it through XAMPP).
 
Back
Top