HeatWare.net header image
HeatWare.net
TwitterRSSEmail
  • Home
  • Windows
    • Windows 8
    • Windows 7
    • Windows Vista
    • Windows XP
  • Linux/Unix
  • Mac
  • Mobile
    • Android
    • iOS
    • Phones (Help / Resources)
  • Software / Programming
    • Free Software
    • Programming – General
    • PHP
    • Ruby/Rails
    • Quality Assurance (QA)
    • Software – General
    • Software Help
    • Databases
  • Cool Websites
  • Other
    • Deals & Bargains
    • News
    • Video Games
    • Hardware
    • Electronics
  • About

2 comments / February 25, 2009 / sood / Databases, Linux/Unix

How to install a FTP server on Linux in 30 seconds

This article will show you how to install a FTP server (vsftpd) on Linux in under 30 seconds.

Installing a FTP Server on Linux

yum -y install vsftpd

After the installation is complete, you must start the FTP server by running the command:
service start vsftpd

Thats all there is to it! A couple things to note:

  • The default username and password is anonymous
  • The default home directory is /var/ftp/
  • The default port number is 21
  • You must have your firewall disabled on port 21 in order to accept outside connections

Troubleshooting

  • If you are unable to connect to the FTP server from a remote computer, be sure to disable the firewall on port 21. If you Linux distribution uses iptables to manage the firewall, use the following command:

iptables -I RH-Firewall-1-INPUT -s 0.0.0.0/0 -p tcp -d 0.0.0.0/0 --dport 21 -m state --state NEW -j ACCEPT

Related Posts

  • How to install Ruby 1.8.7 on CentOS 5.5 Linux
  • How to install RubyGems on Linux (Ubuntu & Other)
  • How to install PostgreSQL 8.4 on CentOS 5.5
  • How to install,upgrade, and uninstall a Linux RPM package
  • Using Linux ‘head’ command to preview a file

Linux

2 comments… add one
  1. Izak March 30, 2009, 6:18 pm

    Are you able to use this FTP from Linux to a Windows Box?
    Or is it just Linux to Linux?

  2. sood April 2, 2009, 2:59 pm

    This article shows you how to install a FTP SERVER on Linux which can be accessed from any type of box (Windows, Linux, etc). If you are looking to install a FTP server on Windows, try FileZilla FTP Server: http://filezilla-project.org/

Cancel reply

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Recent Posts

  • Why You Should Consider Diving Apps
  • How to Buy a Smartphone that Fits Your Budget
  • How to Overcome Frustrating PDF Stress
  • Convert PDF to Word: Easy, Reliable and Quality Conversion
  • PDF to Excel App ­ – A New Way of Handling Tricky Documents

Recent Comments

  • Valarie Walter on Basic Troubleshooting Steps for your Cell Phone
  • John Mists on A Brief History of Android OS
  • syarif on PostgreSQL: How to reload config settings without restarting database
  • Raghu on How to SSH to a server using Ruby – Part I
  • francisco clemente on Basic Troubleshooting Steps for your Cell Phone

Tags

ACSLS Android Bargain Cell Phones Cool Software Cool Websites Databases Deals Ebooks Facebook Free Software G2x Galaxy S5 iOS iPhone Kindle LG Linux Linux/Unix Mac Mobile mysql Office OpenStack OS X PHP Postgres PostgreSQL ruby Samsung Galaxy S6 Shell Smartphones Sun T-Mobile Tips Tips & Tricks Ubuntu Unix Virtualization VMWare Windows Windows 7 Windows 8 Windows Vista Windows XP

Latest Tweet

Follow @HeatwaredotNet

SP
@HeatwaredotNet

  • Why You Should Consider Diving Apps https://t.co/Is41cdUv2I #diving-apps
    about 6 years ago

All Categories

Other Links

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright © 2015 — HeatWare