www.digitalmars.com         C & C++   DMDScript  

c++ - How to ftp?

reply "Ebbe" <ebbe skummer.com> writes:
Does any of you know how to ftp in c++ ???

--
Ebbe
Jul 10 2002
parent reply Jan Knepper <jan smartsoft.cc> writes:
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
parent "KarL" <none nowhere.org> writes:
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