Any good ftp client for a 9'' netbook?

4

1

I currently run FileZilla client but it's too large to fit the screen correctly.

Any suggestion?

user1190

Posted 2009-08-14T02:05:14.317

Reputation: 569

Question was closed 2013-08-05T04:57:38.633

What's your current and maximum screen resolution? – zildjohn01 – 2009-08-14T02:48:16.967

I feel the pain. I run FileZilla on a 10" netbook. Great question. – p.campbell – 2009-08-14T02:57:21.473

Which OS are you running on your netbook? – Doug Harris – 2009-08-27T14:05:01.537

Answers

11

You can hide a lot of FileZilla's interface parts in the View menu, even the directory trees. Go into Settings > Interface and move the message log next to the transfer queue, if you haven't hidden them both or you want to see them. Select a theme with 16x16 icons.

You can end up with a UI with very little wasted screen space.

zildjohn01

Posted 2009-08-14T02:05:14.317

Reputation: 2 212

I actually might try that, thanks for your answer. – David – 2009-12-30T12:44:49.400

3

WinSCP has a nice configurable interface, still useful at small screen sizes. It might be to your liking.

skelly

Posted 2009-08-14T02:05:14.317

Reputation: 664

Yes, WinSCP in Explorer view mode will work. – Sam Harwell – 2009-08-14T02:53:13.713

WinSCP also supports SCP (obviously) and SFTP, as does FileZilla, so you can use these more secure (and sometimes more efficient) protocols too. – David Spillett – 2009-08-18T18:15:29.983

3

Command Line would be the Smallest Method.

However if you have Firefox, and have it tweaked to run on a small screen i Highly Recommend. FireFtp Addon for Firefox.

http://fireftp.mozdev.org/

sammyboy405

Posted 2009-08-14T02:05:14.317

Reputation: 61

FireFTP is really nice – Fortyrunner – 2009-08-20T22:11:50.610

2

Command line FTP. Simple, clean, works. The only client I will troubleshoot problems with when a customer complains one of my FTP sites isn't working.

Command line ncFTP if you want something more powerful.

(Although I suspect you are asking for a GUI, not a command line client.)

David Mackintosh

Posted 2009-08-14T02:05:14.317

Reputation: 3 728

ncftp was going to be my suggestion – Steve Rowe – 2009-08-14T03:40:23.013

2

Perhaps an advanced file-manager? Something like Directory Opus, or Midnight Commander will also do FTP. Some of these have long histories and are also designed to be largely keyboard driven, which I find nice on my netbook.

salmonmoose

Posted 2009-08-14T02:05:14.317

Reputation: 1 675

+1 I always install Dopus on my systems, it's worth every penny... – Oskar Duveborn – 2009-08-27T10:27:16.147

1

There is a lightweight ftp client called ThorFtp. It's efficient so it should work well when resources are scarce.

enter image description here

ThorFtp is an FTP client geared toward developers. While lacking fancy graphics and special effects, this tool is maximized toward functionality and performance to allow a busy developer to be efficient and precise. ThorFtp is a purely Java based product, thus utilizing the Java technology reliability and security in your every day work.

Please click "Download ThorFtp" link in the left panel to download the software package. ThorFtp is a freeware, thus it is allowed to be used free of charge for all personal and commercial purposes.

Once downloaded, the package can be unzipped and placed in any local directory. Please note that this software requires local machine to be Java enabled to execute. Once the package is unzipped, the application can simply be started by double clicking ThorFtp.jar file.

Shultz

Posted 2009-08-14T02:05:14.317

Reputation: 11

1

If you happen to use Mozilla Firefox, the FireFTP addon is really nice. Very compact, definitely made for smaller screens.

David

Posted 2009-08-14T02:05:14.317

Reputation: 167

0

ncftp from a normal terminal like gnome-terminal would work nicely.

You did not mentioned what os you use, so I assume some Linux dist...

Johan

Posted 2009-08-14T02:05:14.317

Reputation: 4 827

0

Using built-in tools might work:

  • Windows: Windows Explorer (NOT IE)
  • Linux: Nautilus or Conquerer

Though, using Windows Explorer can be an ugly pain, because the forgets most of the time the username and password.

Bobby

Posted 2009-08-14T02:05:14.317

Reputation: 8 534