Jump to content

How To Set Up A Ftp Server?


7h3kk1d

Recommended Posts

I have been using CerberusFTP for quite a while and I am really happy with it. It also supports encrypted connection, if you are paranoid about someone eavesdropping into your connection.

Very easy to set up and to configure. And if you have to access files from over the web, just do what MrProtocol suggested, open forward ports accordingly.

Edited by Infiltrator
Link to comment
Share on other sites

Make sure when port forwarding you forward both 21 AND 20. FTP requires both ports.

Link to comment
Share on other sites

Changing the default ports doesn't only minimize the scan attacks but it also gives you a bit more protection. Since the attacker will have to guess what services are running behind those ports.

Link to comment
Share on other sites

Changing the default ports doesn't only minimize the scan attacks but it also gives you a bit more protection. Since the attacker will have to guess what services are running behind those ports.

A port scan would tell you the ports open if the machine in question is online and running the service, and then once you find one, connecting with something as simple as netcat or even a telnet client will usually yield a header, such as what version of the ftp software your running, or ssh, web server, etc. Security through obscurity isn't really security at all. It only ads 30 seconds more work.

Link to comment
Share on other sites

A port scan would tell you the ports open if the machine in question is online and running the service, and then once you find one, connecting with something as simple as netcat or even a telnet client will usually yield a header, such as what version of the ftp software your running, or ssh, web server, etc. Security through obscurity isn't really security at all. It only ads 30 seconds more work.

Thanks for correcting that up, but I did know that it would take more than a port scanner to reveal the real services running behind those ports.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...