Results 1 to 2 of 2

Thread: Beginner's FTP server advice for Jaunty

  1. #1
    Join Date
    Sep 2008
    Beans
    105

    Beginner's FTP server advice for Jaunty

    I'd like to set up a FTP server so that I can have remote access to files in my home folder while I'm away for 10 days. This would only be for myself and I just want something simple. I've seen countless references to both vsftpd and ProFTPD. Which would you recommend? Or is there something else? I'd also like it to be encrypted (sftp?) because I guess I'd be logging in with my user name and password right? Any advice and caveats are appreciated. Thanks!

  2. #2
    Join Date
    Mar 2006
    Location
    Annapolis, MD
    Beans
    91
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Beginner's FTP server advice for Jaunty

    I believe your best bet is to use sftp. SFTP is the encrypted ways of FTP and is the most secure. It's horridly easy from the get go and requires no configuration out of the box. This is as easy as installing the openssh-server.
    Code:
    sudo apt-get install openssh-server
    After that literally you are ready to go. To test it out simply use whichever client you plan to use and use SFTP and point it to your system.
    You indicated you may be away from your home; you'll need to crack open a port on your firewall facing the outside world, this port in particular is port 22 (unless you've VPN'ed your own network).
    Enjoy.

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
  •