Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> How To Setup An Ftp Server, using BulletproofFTP
rmdort
post Dec 1 2004, 10:07 AM
Post #1


Advanced Member
Group Icon

Group: Members
Posts: 109
Joined: 19-November 04
From: singapore
Member No.: 1,426



Setting Up An FTP Server Using Bulletproof FTP Server

Download and Install from

http://www.bpftp.com/


Basics

1. Start the program.
2. Click on Setup > Main > General from the pull-down menu.
3. Enter your Server Name into the Server Name box. Under Connection set the “Max number of users" to any number. This is the limit as to how many users can be on your sever at any time.


4. Click on the Options tab of that same panel (on the side).
5. Look at the bottom, under IP Options. Put a check in the box Refuse Multiple Connections from the same IP. This will prevent one person from blocking your FTP to others.
6. Also put a check in the Blocked Banned IP (instead of notifying client). VERY IMPORTANT! If somebody decides to Hammer (attempt to login numerous times VERY quickly) your server/computer may CRASH if you don't enable this.

7. Click on the Advanced tab.
8. At the bottom again look at the Hammering Area.
9. Enable Anti-Hammer and Do Not Reply to People Hammering. Set it for the following: Block IP 120 min if 5 connections in 60 sec. You can set this at whatever you want to but that is pretty much a standard Click 'OK'.



Adding Users
11. Setup > User Accounts form pull-down menu.
12. Right Click in the empty User Accounts area on the right: choose Add
13. Enter account name. (ie: logon name)
14. In the Access rights box Right Click: choose Add.
15. Browse until you find the directory (folder) you want to share. In the right column you will see a bunch of checkboxes. Put a check in the following ones: Read, Write, Append, Make, List, and +Subdirs. Press select.
16. Enter a password for your new FTP account.



17. Click on Miscellaneous in the left column. Make sure Enable Account is selected. Enable Max Number of Users set it to a number other than zero. 1 for a personal account and more that one for a group account. Enable Max. no. of connects per IP set it at 1.

18. Under Files enable show relative path this is a security issue. A FTP client will now not be able to see the ENTIRE path of the FTP. It will only see the path from the main directory. Hide hidden flies as well.
Put a tick in both of these.



Advanced:
You don't need to do any of this stuff, but It will help tweak your server and help you maintain order on it. All of the following will be broken down into small little areas that will tell you how to do one thing at a time.

Changing the Port
The default port is always 21, but you can change this. Many ISPs will routinely do a scan of its own users to find a ftp server, also when people scan for pubs they may scan your IP, thus finding your FTP Server. If you do decide to change it many I suggest that you make the port over 10,000.
1. Setup > Main > General
2. In the Connection area is a setting labeled Listen on Port Number:
3. Make it any number you want. That will be your port number.
4. Click OK'

Making an 'Upload Only' or 'Download Only' FTP Server.
This is for the entire SERVER, not just a user.
1. Setup > Main > Advanced
2. In the advanced window you will have the following options: uploads and downloads, downloads only, and uploads only. By default upload and download will be checked. Change it to whatever you want.
3. Click 'OK’



Go to the top of the page
 
+Quote Post
marijnnn
post Dec 1 2004, 11:46 AM
Post #2


Premium Member
Group Icon

Group: [HOSTED]
Posts: 336
Joined: 22-September 04
Member No.: 798



you forgot to mention your source buddy:

http://sassysplace.net/ftp1.html

or is this another copy paste.

next time put the link instead, or at least mention it

other good ftp server: serv-u
quite simple as well.
Go to the top of the page
 
+Quote Post
rmdort
post Dec 2 2004, 01:18 AM
Post #3


Advanced Member
Group Icon

Group: Members
Posts: 109
Joined: 19-November 04
From: singapore
Member No.: 1,426



no bro.. I had a few tutorials in my COM for a long time and i was using them in my forums.... I didnt know that my tutorials were stolen by those websites... wink.gif
Go to the top of the page
 
+Quote Post
micnoo
post Feb 9 2005, 05:07 PM
Post #4


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 10
Joined: 8-February 05
Member No.: 2,565



Sorry im a bit slow.

What is FTP?
Go to the top of the page
 
+Quote Post
NilsC
post Feb 9 2005, 07:24 PM
Post #5


To Err Is Human, To Forgive Divine
Group Icon

Group: Members
Posts: 558
Joined: 24-December 04
From: http://www.ultimatekayakfishing.com/
Member No.: 1,871



QUOTE(micnoo @ Feb 9 2005, 12:07 PM)
Sorry im a bit slow.

What is FTP?
*


FTP, File Transfer Protocol. It's a way of moving files around. (Like copy and paste) but is used by most people her to move files from their computers to the server that host their website.

You can setup a FTP server to hold files that you need to share with other users. Then they can login as "anonymous" or with a login password to download those file to their computer.

This was the short explanation and it's a lot more to it.

Nils
Go to the top of the page
 
+Quote Post
miCRoSCoPiC^eaRt...
post Feb 9 2005, 08:51 PM
Post #6


PsYcheDeLiC dR3aMeR
Group Icon

Group: Admin
Posts: 2,242
Joined: 29-January 05
From: Nakorn Chaisri, Thailand
Member No.: 2,411
myCENTs:84.36



That was a really short and SWEET explanation of FTP Nils smile.gif I couldn't have explained it any better in so short...

mincoo: If you want further details, refer to: http://www.wikipedia.org/ and search for the term FTP. This is what they've got to say about it...

QUOTE
The File Transfer Protocol (FTP) is a software standard for transferring computer files between machines with widely different operating systems. It belongs to the application layer of the Internet protocol suite.

FTP is an 8-bit client-server protocol, capable of handling any type of file without further processing, such as MIME or Uuencode. However, FTP has extremely high latency; that is, the time between beginning the request and starting to receive the required data can be quite long, and a sometimes-lengthy login procedure is required.
......
..............
.......................... more on their page


Or else, just do a google search on FTP and you'll get loads of information as to what FTP is..
Go to the top of the page
 
+Quote Post
mastercomputers
post Mar 24 2005, 07:27 AM
Post #7


PESTICIDAL MANIAC
Group Icon

Group: Members
Posts: 626
Joined: 1-September 04
From: Auckland, New Zealand
Member No.: 27



QUOTE(microscopic^earthling @ Feb 10 2005, 09:51 AM)
That was a really short and SWEET explanation of FTP Nils smile.gif I couldn't have explained it any better in so short...

mincoo: If you want further details, refer to: http://www.wikipedia.org/ and search for the term FTP. This is what they've got to say about it...
Or else, just do a google search on FTP and you'll get loads of information as to what FTP is..
*



Windows users I highly suggest FileZilla's FTP server, why? because it's open source and free and wasn't their FTP client good too? They released it this year in Febrary so many may not know about it.

As far as I can tell for Windows, it's quite simple with all the advanced configurations thrown in, is BulletProof FTP free? I remember using it about a few years ago, and it did require payment/registration at that time, but if it's free then it should be good to get.

I'll talk about the Linux way of doing it, there's the main http server, then theirs the UserDir way and also a fallback anonymous location if you do want anonymous connections, I won't talk about it now though, but be ready for it when I do.

Cheers,


MC
Go to the top of the page
 
+Quote Post
dungsport
post Mar 24 2005, 10:59 AM
Post #8


Member - Active Contributor
Group Icon

Group: Members
Posts: 93
Joined: 21-March 05
Member No.: 3,136



Try this one buddies. It is quite easy to set up and configure (much easier than WS_FTP Server and free).

Cerberus FTP Server
web: http://www.cerberusftp.com
Free for personal use

Cerberus FTP Server provides powerful, multithreaded FTP server performance without sacrificing ease-of-use. Designed to use very little CPU and memory, Cerberus features a user-friendly interface that can be easily hidden or accessed from the system tray. The server is able to listen for connections on multiple interfaces (Multi-homed PCs), run as an NT service, resume failed transfers, and offers an easy-to-use
manager for controlling user access to files and file operations. Connection limit, timeout, and IP access can be controlled by the administrator as well as a variety of other settings. In addition, Cerberus FTP Server offers statistics on connections as well as
robust logging capabilities.
Go to the top of the page
 
+Quote Post
qwijibow
post Mar 24 2005, 01:45 PM
Post #9


Way Out Of Control - You need a life :)
Group Icon

Group: Members
Posts: 1,366
Joined: 14-September 04
From: Nottingham England
Member No.: 570



And for you non windows users out there..... Some more FTP servers.. (free and open tongue.gif)

vsftpd (Very secure ftp daemon) http://vsftpd.beasts.org/ (GPL-2 licence)

pure-ftpd http://www.pureftpd.org/ (BSD licence) (with gui frontend)

http://www.proftpd.org/ (GPL lcence)

all have the usual ftp fatures and goals.
Go to the top of the page
 
+Quote Post
richie
post Mar 9 2007, 07:40 AM
Post #10


Member - Active Contributor
Group Icon

Group: Members
Posts: 98
Joined: 16-December 06
Member No.: 18,408



This is a good tutorial,i wanted to setup my own server and i had done it ,but was always guessing how to provide an ftp server ,well as i know now i would be able to do it and who knows ,i might start up my own webhosting company someday,but i feel something new has to be done as there are so many webhost already available on the internet ,dont these have any security issues,i have seen one of my friends server crashed when he did something like istalling apache and all
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Create An Ftp Server On Your Pc With Serv-u(1)


 



- Lo-Fi Version Time is now: 20th November 2008 - 09:53 PM