PDA

View Full Version : How do I set up FTP in my linux seedbox



deKoy
02-24-2008, 09:57 PM
How can I set up FTP in my linux seedbox?

Also, how can I install screen?

dythim
02-24-2008, 10:30 PM
I recommend vsftp for your linux ftp server.

Run "yum install screen" for screen.

SgtMajor
02-24-2008, 10:46 PM
I recommend vsftp for your linux ftp server.

Run "yum install screen" for screen.

Is vsftp the server end on the box, can I increase the connections for WinSCP so that I can max out my home line?

dythim
02-24-2008, 11:00 PM
Yup, vsftp is the ftp server. I haven't looked into the number of allowed connections but I'm sure there's an option for it somewhere.

tusks
02-25-2008, 12:10 AM
You're going to have to be more specific deKoy. What kind of linux do you have running on the box? If you don't know, contact your hosting company or open up a terminal as a root user and type

uname -rAnd post the results.

Also, what is "screen"?

dythim
02-25-2008, 12:17 AM
Screen allows you to run virtual terminals so you can still run programs like rtorrent in the backgroup even if you aren't SSHed to your box. It's also great because if you get disconnected from the server, the screen or virtual terminal will detach from the SSH session and you can reconnect to it once you SSH back into your server.

Here's a great link:
http://www.rackaid.com/resources/linux-tutorials/general-tutorials/linux-screen.cfm