Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Choosing FTP software

  1. #1
    Join Date
    Apr 2009
    Beans
    51

    Choosing FTP software

    Does anyone have any recommendations on what software I can use so I can FTP my site's files to the /var/www directory? I tried using vsftpd, but the software was terribly difficult to configure correctly. I tried telling it to make everything that was uploaded have "704" permissions, but everything I uploaded had strange permissions on them. When I used to use professional Linux hosting, that was never a problem, so I'd like a simple FTP server software so I can easily manage my site from a remote location.

    I'm not in love with FTP, so if someone has a better way of getting files to my server, let me know.
    Last edited by Master_Taco; June 1st, 2011 at 07:59 AM. Reason: Spelling/Path change

  2. #2
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: Choosing FTP software

    Use SSH.

    FTP servers work out of the box with ZERO configuration. People only run into trouble when they attempt to change it. The secret to NOT changing anything is to create a FTP user account with the home directory pointing to where you want to have access to!

  3. #3
    Join Date
    Apr 2009
    Beans
    51

    Re: Choosing FTP software

    I did try it without changing anything, however, when I did, it didn't allow write at all. I had to go in and change it to allow write. Once write was allowed, when I put a file on the server, it was not readable by "public", so it would throw up a 403 Forbidden error when I try accessing the file. I was not successful on getting this to work properly. If I was setting up an extremely simple site, I'd just change the permissions myself, however, if I'm bulk uploading (such as installing PHPbb) I would have to change the permissions on EVERY SINGLE FILE, which is not my idea of fun.

    How do I configure/use SSH to transfer files? The main machine I work on is a Windows machine, and I manage the server with PuTTY or just walking over to the machine.

  4. #4
    Join Date
    Aug 2007
    Location
    From the land down under
    Beans
    1,241
    Distro
    Ubuntu Development Release

    Re: Choosing FTP software

    Quote Originally Posted by Master_Taco View Post
    Does anyone have any recommendations on what software I can use so I can FTP my site's files to the /etc/www directory
    /etc/www?

    I thought the default www directory was /var/www/ ?

    I recommend filezilla as an ftp client, but I assume you're trying to connect to a remote site, not ftp to your own computer on your own computer.
    // Blog

  5. #5
    Join Date
    Apr 2009
    Beans
    51

    Re: Choosing FTP software

    Quote Originally Posted by ikt View Post
    /etc/www?

    I thought the default www directory was /var/www/ ?

    I recommend filezilla as an ftp client, but I assume you're trying to connect to a remote site, not ftp to your own computer on your own computer.
    I'm sorry, you are correct, it is /var/www. I wasn't looking at it and took a shot in the dark. I have filezilla as a client on my PC, I'm looking for server software. Keep in mind I'm not using a GUI. My server is on my network, so it is technically local, but it's not the same machine, no.

  6. #6
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Choosing FTP software

    Quote Originally Posted by Master_Taco View Post
    How do I configure/use SSH to transfer files?
    You don't. File transfer is already set up for you. Try connecting using FileZilla and be sure to use SFTP instead of FTP by pointing it to port 22.

  7. #7
    Join Date
    Oct 2009
    Location
    Upminster, Essex, UK
    Beans
    544

    Thumbs down Re: Choosing FTP software

    Quote Originally Posted by Lars Noodén View Post
    You don't. File transfer is already set up for you. Try connecting using FileZilla and be sure to use SFTP instead of FTP by pointing it to port 22.
    +1 for Filezila.

    gFTP is another gui alternative - although no longer actively maintained

    As suggested above - if you set up an FTP account that has the public html folder of your webserver pointed to root you will always be uploading files to the correct place

  8. #8
    Join Date
    Oct 2009
    Location
    Upminster, Essex, UK
    Beans
    544

    Thumbs down Re: Choosing FTP software

    Quote Originally Posted by Master_Taco View Post
    Keep in mind I'm not using a GUI. My server is on my network, so it is technically local, but it's not the same machine, no.
    Sorry - your question is more about correcting the permission problem rather than what software to use really so more and more recommendations for FTP software aren't really helping :$

    Think you are looking to change the permissions on your /var/www or create a user with the required writable permissions with FTP access on your server machine

    You could also move your serveroot to a publicly available folder (under $HOME) on the server machine and just cut n paste through nautilus

  9. #9
    Join Date
    Apr 2009
    Beans
    51

    Re: Choosing FTP software

    Quote Originally Posted by Lars Noodén View Post
    You don't. File transfer is already set up for you. Try connecting using FileZilla and be sure to use SFTP instead of FTP by pointing it to port 22.
    Thank you, I will try that.
    Quote Originally Posted by satanselbow View Post
    +1 for Filezila.

    gFTP is another gui alternative - although no longer actively maintained

    As suggested above - if you set up an FTP account that has the public html folder of your webserver pointed to root you will always be uploading files to the correct place
    I'm using Windows, just from the name I'm assuming gFTP is designed for Linux (Gnome)?
    Quote Originally Posted by satanselbow View Post
    Sorry - your question is more about correcting the permission problem rather than what software to use really so more and more recommendations for FTP software aren't really helping :$

    Think you are looking to change the permissions on your /var/www or create a user with the required writable permissions with FTP access on your server machine

    You could also move your serveroot to a publicly available folder (under $HOME) on the server machine and just cut n paste through nautilus
    Yes, it was about what software to use, what server software to use. I tried vsftpd, and the server software its self screwed up the permissions. However, if using SSH works, it won't even be relevant. Also, I don't have a GUI on the server, so using Nautilus is not possible without installing GDM and X11.

  10. #10
    Join Date
    Jul 2006
    Location
    Calgary, Alberta
    Beans
    1,123
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Choosing FTP software

    I used to use gFTP until it crashed consistently when I tried to open multiple tabs so now I use Filezilla without any issues. My workspace 3 is dedicated to FTP!
    Quote Originally Posted by Tristam Green View Post
    I can tell you something about a turntable.
    I have two of them.
    And a microphone.
    Where it's at.

Page 1 of 2 12 LastLast

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
  •