+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: FTP client for Linux

  1. #1
    callumacrae's Avatar
    callumacrae is offline not alex mac callumacrae is just really nice
    Join Date
    Dec 2007
    Location
    Wellesbourne, England
    Posts
    5,161

    FTP client for Linux

    Does anyone know of an FTP client for Linux?
    I need one, but I have no experience with Linux.
    I can customise your phpBB board. Send me a PM.
    lynxphp - info, tutorials and scripts
    "A forum post should be like a skirt; long enough to cover the subject but short enough to keep things interesting."

  2. #2
    tnl2k7 is offline Banned tnl2k7 is an unknown quantity at this point
    Join Date
    Nov 2007
    Location
    #offtopic ;)
    Posts
    3,131

    Re: FTP client for Linux

    Which Linux distribution are you using? There's literally hundreds out there and we can only help if we know exactly which one you're using, otherwise it may not work.

    -Luke.

  3. #3
    callumacrae's Avatar
    callumacrae is offline not alex mac callumacrae is just really nice
    Join Date
    Dec 2007
    Location
    Wellesbourne, England
    Posts
    5,161

    Re: FTP client for Linux

    Ubuntu. Sorry.
    I can customise your phpBB board. Send me a PM.
    lynxphp - info, tutorials and scripts
    "A forum post should be like a skirt; long enough to cover the subject but short enough to keep things interesting."

  4. #4
    TechAsh's Avatar
    TechAsh is offline Retired TechAsh is an unknown quantity at this point
    Join Date
    Oct 2007
    Location
    UK
    Posts
    5,853

    Re: FTP client for Linux

    If you have access to a package manager you should just be able to search for "FTP client". You'll then be presented with a list of all the available ones, and you can choose to have one installed.
    Useful Links:
    Terms of Service | Server News | Buy a Domain
    Free Domains: co.cc | Dot.tk -- Free File Storage: Dropbox -- Website Monitoring: Service Uptime


    My Websites:
    Earthtime Games & TechAsh's Blog

  5. #5
    tnl2k7 is offline Banned tnl2k7 is an unknown quantity at this point
    Join Date
    Nov 2007
    Location
    #offtopic ;)
    Posts
    3,131

    Re: FTP client for Linux

    No problem mate, just wanted to know before I started dishing out commands. FileZilla is pretty good, there's a Windows version too so you may have used it previously.

    To install it, click Applications > Accessories > Terminal

    Now enter the following commands:

    Get the latest package lists:
    Code:
    sudo aptitude update
    Update all the currently installed packages:
    Code:
    sudo aptitude safe-upgrade
    Now install FileZilla:
    Code:
    sudo aptitude install filezilla
    If you'd prefer another client, just ask. I'm pretty sure though that once you get used to FileZilla you'll like it.

  6. #6
    hopper's Avatar
    hopper is offline x10 Sophmore hopper is an unknown quantity at this point
    Join Date
    Feb 2008
    Posts
    219

    Re: FTP client for Linux

    if you have a modern copy of kde, konqueror would work, it gives a file manager ftp interface similar to doing ftp with windows explorer
    i also like axyftp ( http://www.wxftp.seul.org/ )

  7. #7
    ZharkD's Avatar
    ZharkD is offline Retired ZharkD is an unknown quantity at this point
    Join Date
    Jan 2008
    Location
    MX
    Posts
    5,914

  8. #8
    deadimp is offline x10 Sophmore deadimp is an unknown quantity at this point
    Join Date
    Jun 2007
    Posts
    249

    Re: FTP client for Linux

    There's several different ways to install packages on Debian based systems (Ubuntu is one).
    You can use it from the command line as tnl2k7 said with apt-get / aptitude, use the terminal interface in aptitude (just run `sudo aptitude`), or you can use the package management GUIs.

    If you have the normal flavor of Ubuntu (using GNOME), you can go to Application > Add/Remove... > Internet > FileZilla, check the box, and install.

    Alternatively, you can load up Synaptic (System > Administration > Synaptic Package Manager) and look for filezilla in the package list.
    [If you focus on the list widget and start typing, it will automatically scroll to the text that starts with the string you typed - one of the great things about GTK ]
    Last edited by deadimp; 04-24-2008 at 11:06 PM.
    deadimp.org
    > Thacmus [v0.3.0] - Open source CMS, PHP 5, MySQL

    "¡Ya lo sabo!" - Lo Ausente

  9. #9
    callumacrae's Avatar
    callumacrae is offline not alex mac callumacrae is just really nice
    Join Date
    Dec 2007
    Location
    Wellesbourne, England
    Posts
    5,161

    Re: FTP client for Linux

    I've installed FileZilla, and it looks just what I wanted. Only problem is: It gives an error every time I try to edit a file.
    I can customise your phpBB board. Send me a PM.
    lynxphp - info, tutorials and scripts
    "A forum post should be like a skirt; long enough to cover the subject but short enough to keep things interesting."

  10. #10
    tnl2k7 is offline Banned tnl2k7 is an unknown quantity at this point
    Join Date
    Nov 2007
    Location
    #offtopic ;)
    Posts
    3,131
    Hello again,

    May I just inquire as to which version of Ubuntu you're running? Hardy Heron is the latest version if you've upgraded, it came out yesterday. The release prior to this one was Gutsy, you may be running this one. Or of course a previous release if you've had problems with the latest ones?

    I'll try to help you resolve this.

    -Luke.

    Just justifying my reasons for posting terminal commands and for recommending FileZilla over Konqueror.

    @deadimp:
    It's generally easier for users to follow commands through the Terminal because they can copy and paste. I've used Linux for about a year and already enough commands to not need a desktop (I run a server in a virtual machine here for testing, everything's done from a command line). Plus, I don't have to type as much and risk the user seeing things in a different language :D.

    @hopper:
    Unless Alex Mac installed Kubuntu, Ubuntu uses the Gnome desktop environment, so as Konqueror is for KDE it wouldn't work for him.
    Last edited by TechAsh; 04-25-2008 at 12:50 PM. Reason: Merging Double Post

+ Reply to Thread
Page 1 of 3 123 LastLast

Similar Threads

  1. Best Mail Client:
    By satheesh in forum Crossfire
    Replies: 14
    Last Post: 03-08-2008, 02:46 AM
  2. Account keeps getting suspended
    By angels_scam_patrol in forum Free Hosting
    Replies: 8
    Last Post: 12-21-2007, 11:12 PM
  3. Website is down
    By JeffreyWalters in forum Free Hosting
    Replies: 17
    Last Post: 11-28-2007, 12:16 PM
  4. Best Blog Client ?
    By fireput in forum Scripts & 3rd Party Apps
    Replies: 17
    Last Post: 10-30-2007, 01:02 PM
  5. Need Help installing this mud client again!
    By Jimbob in forum Free Hosting
    Replies: 1
    Last Post: 09-14-2005, 03:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers