ERIC BRUHN

Network Applications and Network Applications Lab

Setting up an FTP Server

 

[Back to Procedures]

[Home]

Setting Up an FTP Server
  • Step 1: Making sure Apache is Installed - Terminal

    type this at the prompt:
    rpm -qa | grep vsftpd

  • Step 2: Start the vsftpd server - Terminal

    Type the following: /etc/init.d/vsftpd start

  • Step 3: Set vsftpd server to start every time you boot your system - Terminal

    Type the following: chkconfig vsftpd on

[Home] [Procedures] [Reading Notes] [Back to Top]

Questions or Comments? Click here to email me.