ftp, gftp, igloo-ftp and others

ftp, gftp, igloo-ftp and others

Post by Pierre Héber » Mon, 16 Oct 2000 04:00:00



Hello,
I'm looking for a good X-Window ftp client.
I tried some good clients like gftp, igloo-ftp but i experienced too many
troubles and i need another one. Sometimes these clients crashed, sometimes
i couldn't log on some servers, sometimes my transferts repeatedly stopped
at a constant size, and i got a lot of little problems that made me lose a
lot of time. The only client that always perfectly worked is the good old
"ftp" in text mode. But of course this client lacks some features like
queues, etc.
Do you know a client that has reliability and ergonomy ?

Another way is to build a graphic front end for the text ftp client.
I made some test programs and i think it could be a great solution,
reliable and not too difficult to realise. I'm ready to do it if it has not
be done by someone else.
What do you think of this ?

 
 
 

ftp, gftp, igloo-ftp and others

Post by jeff » Mon, 16 Oct 2000 04:00:00


personally, Ive grown to love NcFTP. it is a text mode client, but
offers much, much more that the standard ftp client. check it out at
www.ncftpd.com
Version 3 is relatively new, and havent had much need to use
background jobs or queues, etc..but, it seems the options are there.
check it out..

On the glorious day of Sun, 15 Oct 2000 17:06:32 +0200, Pierre Hbert

Quote:>Hello,
>I'm looking for a good X-Window ftp client.
>I tried some good clients like gftp, igloo-ftp but i experienced too many
>troubles and i need another one. Sometimes these clients crashed, sometimes
>i couldn't log on some servers, sometimes my transferts repeatedly stopped
>at a constant size, and i got a lot of little problems that made me lose a
>lot of time. The only client that always perfectly worked is the good old
>"ftp" in text mode. But of course this client lacks some features like
>queues, etc.
>Do you know a client that has reliability and ergonomy ?

>Another way is to build a graphic front end for the text ftp client.
>I made some test programs and i think it could be a great solution,
>reliable and not too difficult to realise. I'm ready to do it if it has not
>be done by someone else.
>What do you think of this ?


 
 
 

ftp, gftp, igloo-ftp and others

Post by Pierre Héber » Wed, 18 Oct 2000 15:29:15


thank you, yes ncftp is a really good client.
but i'm looking for a X-Window client...


> personally, Ive grown to love NcFTP. it is a text mode client, but
> offers much, much more that the standard ftp client. check it out at
> www.ncftpd.com
> Version 3 is relatively new, and havent had much need to use
> background jobs or queues, etc..but, it seems the options are there.
> check it out..

> On the glorious day of Sun, 15 Oct 2000 17:06:32 +0200, Pierre Hbert

> >Hello,
> >I'm looking for a good X-Window ftp client.
> >I tried some good clients like gftp, igloo-ftp but i experienced too many
> >troubles and i need another one. Sometimes these clients crashed,
> >sometimes i couldn't log on some servers, sometimes my transferts
> >repeatedly stopped at a constant size, and i got a lot of little problems
> >that made me lose a lot of time. The only client that always perfectly
> >worked is the good old "ftp" in text mode. But of course this client
> >lacks some features like queues, etc.
> >Do you know a client that has reliability and ergonomy ?

> >Another way is to build a graphic front end for the text ftp client.
> >I made some test programs and i think it could be a great solution,
> >reliable and not too difficult to realise. I'm ready to do it if it has
> >not be done by someone else.
> >What do you think of this ?

--
 
 
 

ftp, gftp, igloo-ftp and others

Post by root » Fri, 20 Oct 2000 04:00:00



> Hello,
> I'm looking for a good X-Window ftp client.
> I tried some good clients like gftp, igloo-ftp but i experienced too many
> troubles and i need another one. Sometimes these clients crashed, sometimes
> i couldn't log on some servers, sometimes my transferts repeatedly stopped
> at a constant size, and i got a lot of little problems that made me lose a
> lot of time. The only client that always perfectly worked is the good old
> "ftp" in text mode. But of course this client lacks some features like
> queues, etc.
> Do you know a client that has reliability and ergonomy ?

> Another way is to build a graphic front end for the text ftp client.
> I made some test programs and i think it could be a great solution,
> reliable and not too difficult to realise. I'm ready to do it if it has not
> be done by someone else.
> What do you think of this ?

take a look at llnlxftp and llnlxdir.  llnlxftp allows you to ftp between
any two hosts, neither of which need be your own....  xdir has a windoz
look and feel allowing you to drag and drop files from remote locations.

get them from http://www.llnl.gov/liv_comp/xftp.html

you will also need the motif header files and libraries, I used
openmotif[-devel]-2.1.30-1_ICS.

I had to make a minor edit to the str.h file (where both the xdir and xftp
compiles hurl with the following error):
In file included from aconnect.c:61:
str.h:62: macro `strchr' used without args
str.h:64: macro `strstr' used without args

append ' || defined(linux)' to line 57 of str.h so the compile includes
string.h
not strings.h

for xftp, I also had to edit log.c when the compile hurled with:
log.c:86: conflicting types for `sys_errlist'
/usr/include/stdio.h:557: previous declaration of `sys_errlist'
make: *** [log.o] Error 1

append ' && !defined(linux)' to line 85 to ignore the 'extern char
*sys_errlist[];'

BTW, I'm using RedHat 6.2.

my only complaint with these utilities is the default font that was used....

Randy

 
 
 

ftp, gftp, igloo-ftp and others

Post by Pierre Héber » Sat, 21 Oct 2000 04:00:00




> > Hello,
> > I'm looking for a good X-Window ftp client.
> > I tried some good clients like gftp, igloo-ftp but i experienced too
> > many troubles and i need another one. Sometimes these clients crashed,
> > sometimes i couldn't log on some servers, sometimes my transferts
> > repeatedly stopped at a constant size, and i got a lot of little
> > problems that made me lose a lot of time. The only client that always
> > perfectly worked is the good old "ftp" in text mode. But of course this
> > client lacks some features like queues, etc.
> > Do you know a client that has reliability and ergonomy ?

> > Another way is to build a graphic front end for the text ftp client.
> > I made some test programs and i think it could be a great solution,
> > reliable and not too difficult to realise. I'm ready to do it if it has
> > not be done by someone else.
> > What do you think of this ?

> take a look at llnlxftp and llnlxdir.  llnlxftp allows you to ftp between
> any two hosts, neither of which need be your own....  xdir has a windoz
> look and feel allowing you to drag and drop files from remote locations.

> get them from http://www.llnl.gov/liv_comp/xftp.html

> you will also need the motif header files and libraries, I used
> openmotif[-devel]-2.1.30-1_ICS.

> I had to make a minor edit to the str.h file (where both the xdir and xftp
> compiles hurl with the following error):
> In file included from aconnect.c:61:
> str.h:62: macro `strchr' used without args
> str.h:64: macro `strstr' used without args

> append ' || defined(linux)' to line 57 of str.h so the compile includes
> string.h
> not strings.h

> for xftp, I also had to edit log.c when the compile hurled with:
> log.c:86: conflicting types for `sys_errlist'
> /usr/include/stdio.h:557: previous declaration of `sys_errlist'
> make: *** [log.o] Error 1

> append ' && !defined(linux)' to line 85 to ignore the 'extern char
> *sys_errlist[];'

> BTW, I'm using RedHat 6.2.

> my only complaint with these utilities is the default font that was
> used....

> Randy

--

Hello Randy,
I thank you for your help. It's really pleasant to know that there is
always someone to help you on the net...
I took a look at xftp and xdir. In fact I knew xftp and i even used it one
or two year ago. But i didn't know xdir and I'm going to have a closer
look at it. A thing is certain : xftp work very well, it doesn't fail to
connect when other clients connect and it doesn't lock in the middle of
the transfer. But it doesn't have function like queue or job... (I'm hard
to satisfied !)
However i thank you. And as you seem to well know how to program a
computer, what do you think of my idea of a graphical front end for the
ftp command (shipped with the RedHat, likely a gnu version) ? I'm more
and more interested in doing it and i need some advice from experimented
users.

Pierre.

PS: i hope my english is not too bad, i'm french...
PPS: i think there is pre-compiled binaries for xftp. I don't remember how
i installed it on my machine (i did it a long time ago), but i had no
trouble. It's perhaps also because i have a RedHat 6.1 ? Are there
differences betweewn 6.1 and 6.2 C headers ?