Find the answer to your Linux question:
Results 1 to 3 of 3
I have a computer with debian installed, and I would like to set up ftp service that allows me to upload directly to my httpd folder. I already have httpd ...
  1. #1
    Just Joined!
    Join Date
    Dec 2004
    Location
    localhost
    Posts
    56

    Setting up httpd/ftp service



    I have a computer with debian installed, and I would like to set up ftp service that allows me to upload directly to my httpd folder. I already have httpd installed, but ftp apparently isn't installed. How do I install and setup ftp the way I'd like it?

  2. #2
    Just Joined! ufocek's Avatar
    Join Date
    Jul 2006
    Posts
    11
    Quote Originally Posted by version2
    I have a computer with debian installed, and I would like to set up ftp service that allows me to upload directly to my httpd folder. I already have httpd installed, but ftp apparently isn't installed. How do I install and setup ftp the way I'd like it?
    For example, you can install proftpd,pure-ftpd, vsftpd ,choise belongs for you.

    Downlad and install ftp server , you must run this command

    apt-get install proftpd or apt-get install pure-ftpd or apt-get install vsftpd

    config files are in /etc/

  3. #3
    Just Joined!
    Join Date
    Nov 2005
    Posts
    59
    check this very nice tutorials about debian server setup

    hope this helps

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •