| Joined: Mar 2004 Posts: 419 UGN Member | UGN Member Joined: Mar 2004 Posts: 419 | I want to set up an FTP server from my home computer, it will only be about 2 gigs. What do i need to do. Tuts or Links would be great. thanks
D, world destruction Over and overture N, do I need Apostrophe T, need this torture?-They Might Be Giants
| | |
▼ Sponsored Links ▼
▲ Sponsored Links ▲
| | | Joined: Feb 2002 Posts: 7,203 Likes: 11 Community Owner | Community Owner Joined: Feb 2002 Posts: 7,203 Likes: 11 | well, you'll need a daemon (nix) or a program (win) to run as a server, myself the only windows program that i reccommend is BulletProof FTPd. | | | | Joined: Dec 2002 Posts: 3,255 Likes: 3 UGN Elite | UGN Elite Joined: Dec 2002 Posts: 3,255 Likes: 3 | get a Linux distro with apache in the install. Install very few if any graphical enviroments, Install apache, (Some have some sort of cpanel like webmin) turn on FTPd and shut all services you do not need off. Make sure to kill telnet. use ssh instead. Be sure to install a couple languages though. I recomend PHP. then you can write some scripts to ease your work. http://www.apache.org/ check it out, read up. And if you are going to do that, you might as well set up a mail server. | | | | Joined: Mar 2004 Posts: 419 UGN Member | UGN Member Joined: Mar 2004 Posts: 419 | OK maybe i'm retarded (shut up) but can I just use a crap comp with enough HD space to run the I don't want to say site, but that is what it would be, just plug it into my router leave it on and put whatever i need to on there? I am also looking at something that turns your google webspace into your own personal ftp so to speak. Gmail Drive OK so i found something about using google as a storage site, not exactly ftp, although you could theoretically load up the site with whatever files you need to have available and then give your friend your info, and they could log in and down load it. This presents a couple problems in itself. I used my lat invite to setup a second account. aSo in case i decided to use this I wouldn't have to worry about someone having acess tro my private emails. But, my name is still attached to the account so if someone got pissed at you they could log in and send email from your account. So i need to find a better way, but this will work for me for now.
D, world destruction Over and overture N, do I need Apostrophe T, need this torture?-They Might Be Giants
| | | | Joined: Dec 2002 Posts: 3,255 Likes: 3 UGN Elite | UGN Elite Joined: Dec 2002 Posts: 3,255 Likes: 3 | That is intresting, but I would not [censored] with it. It would no doubt make the downloads much slower than a regular FTP server. I am not sure your friend will be able to access the FTP server if it is behind a router. This presents an IP issue. I have no doubt there is some way, but I never figured it out. As far as using a crap computer. That is what most of us do. A 486 would work. But pentium II would be ideal. I am telling you.. Linux distro with apache is your easiest bet. You could set up multiple FTP logins to various directories. In other words you could have your own private FTP folder and your friends get thier own. It really isn't that hard to set up. Might take you a whole 30 minutes. I recomend Linux Mandrake if you are new to it. http://linuxiso.org/distro.php?distro=29 Some prefer Red hat fedora http://linuxiso.org/distro.php?distro=64 | | | | Joined: Dec 2002 Posts: 3,255 Likes: 3 UGN Elite | UGN Elite Joined: Dec 2002 Posts: 3,255 Likes: 3 | | | | | Joined: Mar 2004 Posts: 419 UGN Member | UGN Member Joined: Mar 2004 Posts: 419 | That's why I like you, always got the answer, Thank You spanky. That being said if i am on cable, how do i split the connectionm without having to buy another modem??
D, world destruction Over and overture N, do I need Apostrophe T, need this torture?-They Might Be Giants
| | | | Joined: Dec 2002 Posts: 3,255 Likes: 3 UGN Elite | UGN Elite Joined: Dec 2002 Posts: 3,255 Likes: 3 | http://www.techimo.com/forum/showthread.php?t=46958&page=2 I think the above link might shed some light on getting your FTP server up and working through a router. I just briefly skimed it. It is a post on another forum, but relavent to this post so please anyone who can do not lock this topic or delete this post. It talks about using a netgear router, but I think it will still work for you from what I read. Just to be sure, what router brand and modle do you have? | | | | Joined: Mar 2004 Posts: 419 UGN Member | UGN Member Joined: Mar 2004 Posts: 419 | D Link DI-514, I know cheap but it works
D, world destruction Over and overture N, do I need Apostrophe T, need this torture?-They Might Be Giants
| | | | Joined: Feb 2002 Posts: 7,203 Likes: 11 Community Owner | Community Owner Joined: Feb 2002 Posts: 7,203 Likes: 11 | OR you can just be like me, get a router,use port forwarding to forward port 21 to your ftp machine, the have a windows based ftp server running; then you don't have to learn nix... spanky, he just wants a small ftp server to share soem files with his friend and you have him completely ditching his pc to install a new operating system; tisk tisk  | | | | Joined: Apr 2004 Posts: 34 Junior Member | Junior Member Joined: Apr 2004 Posts: 34 | If you want to access your server from computers behind a firewall, make sure that your ftp server has passive support and that you forward the appropriate ports. On a normal ftp connection, the client connects to port 21. Then the server connects to the client over port 20 to send any requested data. If the users (or you) are behind a firewall, then incomming connections are not allowed, so they won't be able to receive any data. Passive makes it so that the ftp client connects to the ftp server to get the data; the server never has to connect to the client. Since outgoing connections are allowed when behind the average firewall, the users will be able to receive data from your ftp server. Otherwise, your ftp server will be useless to them/you. | | | | Joined: Mar 2004 Posts: 419 UGN Member | UGN Member Joined: Mar 2004 Posts: 419 | OK I setup free webspace at prohosting.com but now I don't know how to proceed, the say I get a free FTP account and 1 GIG transfer a month, is that enough for a small server? I get 50 mb of space.
D, world destruction Over and overture N, do I need Apostrophe T, need this torture?-They Might Be Giants
| | | | Joined: Feb 2002 Posts: 7,203 Likes: 11 Community Owner | Community Owner Joined: Feb 2002 Posts: 7,203 Likes: 11 | 1GB = uploading 1 ISO and having someone download a part of it  ... 50MB space woudln't even be enough for most of today's programs; if I understand what you want this for... | | | | Joined: Mar 2004 Posts: 419 UGN Member | UGN Member Joined: Mar 2004 Posts: 419 | for the record i never said anything about programs, you did 
D, world destruction Over and overture N, do I need Apostrophe T, need this torture?-They Might Be Giants
| | | | Joined: Feb 2002 Posts: 7,203 Likes: 11 Community Owner | Community Owner Joined: Feb 2002 Posts: 7,203 Likes: 11 | Yeh, but I'm not a basketcase and put 2 and 2 together  ... | | | | Joined: Dec 2004 Posts: 22 Junior Member | Junior Member Joined: Dec 2004 Posts: 22 | I would suggest running a Linux box with wu-ftpd http://www.wu-ftpd.org . Its easy to setup and much less hastle than Apache, unless you want a http server as well. If its a win box you can get Apache for windows too, I think. I haven't used the win version in a while though. http://www.apache.org/ You might also be able to find FTP software on Source Forge . For the router deal, it shouldn't be too hard to set it up to forward the FTP port to that machine. You will also have to find out if your ISP blocks the FTP & HTTP ports, if they do you will have to run the FTP on a different port, one that they don't block of course. If it is on a different port you don't have to run the machine on a different port, you can just configure the router to assign the new port to port 21 of the FTP server. Example: Forward 10.10.10.10 port 12345 to 192.168.1.128 port 21
-----BEGIN GEEK CODE BLOCK----- GCS/E d- s++:- a- C+++ UL+++ P+ L++ E-- W- N+ o-- K- w--- O M+ V-- PS++ PE-- Y+ PGP t+ 5++ X+ R+++ tv+ b++ DI++ D--- G++ e+ h r+++ y++++ ------END GEEK CODE BLOCK------
| | | | Joined: Feb 2005 Posts: 2 Junior Member | Junior Member Joined: Feb 2005 Posts: 2 | Hi i know thats is an off topic but i have a question about FTP so , Can i connect to Ftp server trough proxy? what can u recommend me? tnx . PS sorry for my bad english %) Take the best separate the rest | | | | Joined: Jun 2003 Posts: 807 Likes: 2 UGN Super Poster | UGN Super Poster Joined: Jun 2003 Posts: 807 Likes: 2 | yes, you can use a SOCKS 4 or SOCKS 5 proxy to connect to an FTP server. | | | | Joined: Feb 2005 Posts: 2 Junior Member | Junior Member Joined: Feb 2005 Posts: 2 | Take the best separate the rest | | |
Forums41 Topics33,840 Posts68,858 Members2,176 | Most Online3,253 Jan 13th, 2020 | | | |