Forum Moderators: mack

Message Too Old, No Replies

What do I need for FTP

Starting up FTP

         

rhauk

7:16 pm on Nov 4, 2004 (gmt 0)

10+ Year Member



Ok folks I am very new to this. Can someone tell me about setting up an FTP site? What do I need? What costs are involved? Any other info you may think I need. Thanks a bunch!

mack

1:16 am on Nov 5, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Hi rhauk, and welcome to webmasterworld.

What sort of ftp sites you you looking to set up. Do you want to host the service from your own location or are you going to use a hosting company for this?

Mack.

rhauk

1:33 am on Nov 5, 2004 (gmt 0)

10+ Year Member



Hello and thank you. We will be hosting it. Basically what it amounts to is files that are large are hard to E-Mail back and forth to people. Especially when E-Mail goes down. So this was our best solution to the issue.

mack

2:11 am on Nov 5, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Yep I understand.
Sometimes ftp can be a good solution to this problem. It can also be a pretty good central storage system for an office or a newtwork depending on your requirements.

There are 2 different types of ftp, anonymous ftp and pass protected ftp. If your files are in any way sensative you should really think along the lines of using password protecton.

The only real experience I have of administering ftp is with Linux systems. Will you be using Linus or windows?

If it is linux then the operating system distro you have will almost certainly come with an ftp server. Although you may have to enable it through initd. The popular options are vsftp and proftp. In either case you will need to have a look on your system for the configuration files these are vsftpd.conf and vsftpd.conf respectivly. If you dont know where they are try running the command "whereis proftpd.conf" your shell should come back to you with a location directory. Within the config files set up your system configuration. From what I remember the config files for both these ftp servers are well documented and fairly easy to use.

Once you have altered your config files and set ftp to run as a service in initd you should be able to log in to ftp://your.ip.add.ress/ If you are using anonymous ftp that is. If you are using an ftp user then you will need to log in as that user with that users username and password.

In order to make ftp accesable from outside your network you will need to open a couple of ports. If you are not sure about this please consult your network administrator.

Hope this is of some help.

Mack.

rhauk

4:34 pm on Nov 5, 2004 (gmt 0)

10+ Year Member



Well I was wanting to use Windows. If I had to I guess I could do a crash course in Linux. Any idea what I need for Windows?