|
Home > Archive > Unix Programming > March 2004 > Commercial C++ library/framework with support for ftp client
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Commercial C++ library/framework with support for ftp client
|
|
|
| Hi everybody,
I am looking for a commercial C++ library/framework with a ftp class
interface with methods to perform the ftp client functionality, so
that my application can instantiate this ftp class, and call methods
to connect and do file transfers to the server.
This library has to run on SunOS 5.8.
I was able to find "OpenTop" from elcel, and "Qt" from troll tech.
Other than these two C++ frameworks, I havn't had much luck.
I would appreciate it if somebody could point me in the right
direction as to where I can find such a product.
Thanks for the help!
Usha
| |
| joe@invalid.address 2004-03-26, 4:37 pm |
| u_sesh@yahoo.com (Usha) writes:
> I am looking for a commercial C++ library/framework with a ftp class
> interface with methods to perform the ftp client functionality, so
> that my application can instantiate this ftp class, and call methods
> to connect and do file transfers to the server.
>
> This library has to run on SunOS 5.8.
libcurl (curl.haxx.se/libcurl/) has a C++ binding I've never used that
particular binding but the library itself is sound and works with
Solaris 8.
Joe
--
The Dutchman still wears wooden shoes, his cap and coat are patched
with the love that Magaret sewed there...
- Steve Goodman
|
|
|
|
|