Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help on implementing FTP Client in C++ on HP Unix

Status
Not open for further replies.

MaheshRathi

Technical User
Jan 17, 2002
62
IN
Hello,

I need to write a ftp client in C++ on HP unix. Does ne one aware of any free/less expensive ftp library (in C/C++ on HP Ux) which can be used to develop such client. If not, does any one has developed such client in past ... Appreciate your help and any hints /pointers.

thanks and regards,
Mahesh
 
you could use an open source ftp client:

ftp://ftp.ncftp.com/ncftp/ncftp-3.1.9-src.tar.gz

and use the code for ftp and *your* code for pretty windows?

(I'm guessing that you want a ftp client with some dialogs or something like that, since ftp command is part of hp-ux).

Cheers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top