Click to See Complete Forum and Search --> : What's a _GOOD_ FTP Client?


slacker_x
10-13-2001, 07:26 PM
gftp doesn't count

I am looking for a graphical ftp client that supports queueing of uploads AND downloads at the same time. This means I say: "upload these files here and then when it's done, download these files"

I haven't been able to find anything capable of that under Linux. CuteFTP did this when I was using windows.

LittleGreenGecko
10-14-2001, 12:47 AM
Why don't you program your own FTP client if you can't find one that works for you?

:P

Joeri Sebrechts
10-14-2001, 07:20 AM
Have you tried running cuteftp in wine ? I've heard of people having good success with it.

Other options worth checking out are: kbear, quftp and yafc
Find them through freshmeat.net (http://freshmeat.net)

You could also send a feature request to the gftp developers. If they think it's useful it will probably end up in there.

element-x
10-14-2001, 11:18 AM
Igloo FTP

I believe it's a pay-to-use, but I think that they have a free client aswell.

Should do the same as CuteFTP.
http://iglooftp.com/unix/

slacker_x
10-14-2001, 12:42 PM
Running CuteFTP under wine is not what I want to do. I also don't want to use a non-free client, so igloo is out of the picture.

yafc has a debian package, so I installed that. I just need to figure out if it is capable of doing something like
put -t AND get -t
in the same command.