Results 1 to 8 of 8

Thread: FTP Server?

  1. #1
    Join Date
    May 2005
    Beans
    205

    FTP Server?

    Hello Community, I install the LAMP option of the Ubuntu Server, I can't remember the version at the moment, but I know it's currently the latest LTS version.

    I want to be able to FTP into my Apache's webroot directory with full write privledges. How can I see this up? I am certainly struggling to make this happen.

    I would like to create an FTP user for this purpose.
    Any tips in the right direction would be great.
    Ubu,noobu

  2. #2
    Join Date
    May 2007
    Location
    STL, MO
    Beans
    1,283
    Distro
    Kubuntu Karmic Koala (testing)

  3. #3
    Join Date
    May 2005
    Beans
    205

    Re: FTP Server?

    Thanks for replying.

    Unfortunately for me that webpage you suggested doesn't give me enough information.

    Unfortunately it doesn't give me enough information to set a password for the user I have created. I'm not even aware which FTP server software that guide is written for.
    Ubu,noobu

  4. #4
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: FTP Server?

    You'd be better off to use sftp, as it is more secure.

    As long as you secure ssh properly, you won't have any problems with unauthorized access.

    You can use something like filezilla if you want to connect.
    Last edited by CharlesA; August 13th, 2010 at 04:45 AM.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  5. #5
    Join Date
    May 2005
    Beans
    205

    Re: FTP Server?

    Quote Originally Posted by CharlesA View Post
    You'd be better off use sftp, as it is more secure.
    The FTP server isn't accessible outside of my router. The machine literally sits next to my computer and it's just a way for me to write Php/mysql applications with out relying on a webhost.

    Also, the program I am using does not support Sftp, otherwise I'd just be using ssh/scp to do this.
    Ubu,noobu

  6. #6
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: FTP Server?

    What program are you using?
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  7. #7
    Join Date
    May 2005
    Beans
    205

    Re: FTP Server?

    Quote Originally Posted by CharlesA View Post
    What program are you using?
    This old version of the Zend PHP Editor, but I was just reading up and it says the updated version will do SFTP, I am downloading it now, so I guess that solves my problem for now.

    I appreciate everyone taking the time to reply.
    Ubu,noobu

  8. #8
    Join Date
    Feb 2006
    Location
    uk
    Beans
    Hidden!

    Re: FTP Server?

    incase you still do want FTP (and the only reason for it really is to transfer large files on a LAN, since its insecure but has less overhead than ssh), i use vsftpd

    on my lan i get about twice the transfer rate of sftp, but this is only useful if you're transferring lots of stuff. id never open it to the outside world, although the vs in vsftpd does stand for 'very secure'

Tags for this Thread

Bookmarks

Posting Permissions

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