up vote 0 down vote favorite
share [g+] share [fb]

I love aptitude's gui on Debian. I like how you can select with + and de-select with -, hit 'g' and download, move up and down with j and k ( vim style ).

I'm wondering if there are any command line guis similar to Aptitude for transferring files, currently I use FileZilla but I'd like something more efficient.

Of course I'm aware that there are real command line file transfer programs but I'd like a higher level interface that's not limited by the clicking, I usually have to select dozens of files and filter through so typing the filenames of each of those, even if there's tab completion is a hassle.

And my preferred protocol is SFTP, but I occasionally do FTP if the server is setup as such.

link|improve this question

62% accept rate
feedback

1 Answer

up vote 3 down vote accepted

The first one that comes to mind is midnight commander (the mc package in the Debian and Ubuntu world).

link|improve this answer
Nice! Will look into this, thank you for actually including the package name. – meder Sep 30 '09 at 15:46
you would use FUSE (sshfs, ftpfs etc) to mount remote folders to your machine and then just use mc. – akira Sep 30 '09 at 15:52
1  
mc can do all sorts of file transfers by itself. No need for fuse here. – innaM Sep 30 '09 at 16:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.