c++ - How to ftp?
- Ebbe (3/3) Jul 10 2002 Does any of you know how to ftp in c++ ???
- Jan Knepper (6/9) Jul 10 2002 Yes, there is a library for that kind of stuff at
- KarL (9/19) Jul 10 2002 Like:
Yes, there is a library for that kind of stuff at http://www.ipswitch.com/. They charge quite a royalty though. May be there are other (free onces) around? Jan Ebbe wrote:Does any of you know how to ftp in c++ ??? -- Ebbe
Jul 10 2002
Like: http://codeguru.earthweb.com/internet/ftp_download.shtml http://codeguru.earthweb.com/internet/ftpclient.shtml http://codeguru.earthweb.com/internet/ftpget.html http://codeguru.earthweb.com/internet/FTP.html I haven't tried to see if DMC++ will work with them. For me, I just use "wget" on Linux. "Jan Knepper" <jan smartsoft.cc> wrote in message news:3D2C8691.CEB6F54B smartsoft.cc...Yes, there is a library for that kind of stuff at http://www.ipswitch.com/. They charge quite a royalty though. May be there are other (free onces) around? Jan Ebbe wrote:Does any of you know how to ftp in c++ ??? -- Ebbe
Jul 10 2002