<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[ftp-client source]]></title><description><![CDATA[<p>hi @ all</p>
<p>ich wollte mal fragen ob einer von euch einen sourcecode hat wie ein ftp-client ne datei auf nen server lädt und das alles mit sockets...</p>
<p>vielleicht kann mir jemand helfen..</p>
<p>mfg killakathl</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/107195/ftp-client-source</link><generator>RSS for Node</generator><lastBuildDate>Tue, 30 Jun 2026 00:59:56 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/107195.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 17 Apr 2005 11:24:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ftp-client source on Sun, 17 Apr 2005 11:24:04 GMT]]></title><description><![CDATA[<p>hi @ all</p>
<p>ich wollte mal fragen ob einer von euch einen sourcecode hat wie ein ftp-client ne datei auf nen server lädt und das alles mit sockets...</p>
<p>vielleicht kann mir jemand helfen..</p>
<p>mfg killakathl</p>
]]></description><link>https://www.c-plusplus.net/forum/post/768784</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/768784</guid><dc:creator><![CDATA[killakathl]]></dc:creator><pubDate>Sun, 17 Apr 2005 11:24:04 GMT</pubDate></item><item><title><![CDATA[Reply to ftp-client source on Sun, 17 Apr 2005 17:21:39 GMT]]></title><description><![CDATA[<p>Wieso willst du das unbedingt mit Sockets machen ?<br />
Mit WinInet WinAPI-Funktionen geht das 100x einfacher!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/768995</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/768995</guid><dc:creator><![CDATA[geeky]]></dc:creator><pubDate>Sun, 17 Apr 2005 17:21:39 GMT</pubDate></item><item><title><![CDATA[Reply to ftp-client source on Sun, 17 Apr 2005 19:41:33 GMT]]></title><description><![CDATA[<p>das wird sein<br />
kennst du ein gutes tutorial?</p>
<p>mfg killakathl</p>
]]></description><link>https://www.c-plusplus.net/forum/post/769101</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/769101</guid><dc:creator><![CDATA[killakathl]]></dc:creator><pubDate>Sun, 17 Apr 2005 19:41:33 GMT</pubDate></item><item><title><![CDATA[Reply to ftp-client source on Sun, 17 Apr 2005 20:34:09 GMT]]></title><description><![CDATA[<p>Braucht man dafür eigentlich gar nicht <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";D"
      alt="😉"
    /></p>
<p>InternetOpen()<br />
dann InternetConnect()<br />
dann FtpSetCurrentDirectory() oder FtpPutFile() oder sonstwas...<br />
...anschließend InternterCloseHandle() für InternetConnect()<br />
und nochmal InternetCloseHandle() für InternetOpen()</p>
<p>Alles was man wissen muss findet man eigentlich in der MSDN oder PSDK-Doku...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/769123</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/769123</guid><dc:creator><![CDATA[geeky]]></dc:creator><pubDate>Sun, 17 Apr 2005 20:34:09 GMT</pubDate></item><item><title><![CDATA[Reply to ftp-client source on Sun, 17 Apr 2005 20:34:36 GMT]]></title><description><![CDATA[<p>Also für Sockets guckst du hier <a href="http://www.c-worker.ch/" rel="nofollow">http://www.c-worker.ch/</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/769124</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/769124</guid><dc:creator><![CDATA[guenni81]]></dc:creator><pubDate>Sun, 17 Apr 2005 20:34:36 GMT</pubDate></item></channel></rss>