[SLUG] C library implemting FTP?

2002-02-16 Thread Michael Still
Hey all, I am after a library that implements FTP in a manner which makes it accessible to C code. Specifically, it would be very cool if I could connect to an FTP server (providing user name and password), and download files and get directory listings. Support for caches would be good too. A

Re: [SLUG] C library implemting FTP?

2002-02-16 Thread Michael Still
On Sat, 16 Feb 2002, Michael Still wrote: > I am after a library that implements FTP in a manner which makes it > accessible to C code. Specifically, it would be very cool if I could > connect to an FTP server (providing user name and password), and download > files and get directory listings. W

Re: [SLUG] C library implemting FTP?

2002-02-17 Thread Broun, Bevan
A freshmeat search turns up ftp-utils, which looks like it will also give you want you want. BB on Sun, Feb 17, 2002 at 09:32:12AM +1100, Michael Still <[EMAIL PROTECTED]> wrote: > On Sat, 16 Feb 2002, Michael Still wrote: > > > I am after a library that implements FTP in a manner which makes i

Re: [SLUG] C library implemting FTP?

2002-02-17 Thread Terry Collins
Michael Still wrote: > > Hey all, > > I am after a library that implements FTP in a manner which makes it > accessible to C code. Specifically, it would be very cool if I could > connect to an FTP server (providing user name and password), and download > files and get directory listings. Have a