<?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[Suche FTP Server zu diesem Client]]></title><description><![CDATA[<p>[url]#include &lt;windows.h&gt;<br />
#include &lt;wininet.h&gt;<br />
#include &lt;process.h&gt;<br />
#include &lt;fstream&gt;<br />
#include &lt;wininet.h&gt;</p>
<p>using namespace std;</p>
<p>void upload(){<br />
HINTERNET hOpen, hConnection;<br />
hOpen = InternetOpen(&quot;FTP Upload&quot;, INTERNET_OPEN_TYPE_DIRECT, NULL, NULL, 0);</p>
<p>hConnection = InternetConnect(<br />
hOpen, &quot;...&quot;, INTERNET_DEFAULT_FTP_PORT,<br />
&quot;...&quot;, &quot;...&quot;, INTERNET_SERVICE_FTP, 0, 0);</p>
<p>FtpPutFile(hConnection, &quot;...&quot;, &quot;...&quot;, FTP_TRANSFER_TYPE_BINARY, 0);</p>
<p>InternetCloseHandle(hConnection);<br />
InternetCloseHandle(hOpen);<br />
}[/url]</p>
<p>Kann mir einer da weiterhelfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/276854/suche-ftp-server-zu-diesem-client</link><generator>RSS for Node</generator><lastBuildDate>Tue, 25 Aug 2026 08:31:21 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/276854.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Nov 2010 13:26:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Suche FTP Server zu diesem Client on Tue, 09 Nov 2010 13:26:43 GMT]]></title><description><![CDATA[<p>[url]#include &lt;windows.h&gt;<br />
#include &lt;wininet.h&gt;<br />
#include &lt;process.h&gt;<br />
#include &lt;fstream&gt;<br />
#include &lt;wininet.h&gt;</p>
<p>using namespace std;</p>
<p>void upload(){<br />
HINTERNET hOpen, hConnection;<br />
hOpen = InternetOpen(&quot;FTP Upload&quot;, INTERNET_OPEN_TYPE_DIRECT, NULL, NULL, 0);</p>
<p>hConnection = InternetConnect(<br />
hOpen, &quot;...&quot;, INTERNET_DEFAULT_FTP_PORT,<br />
&quot;...&quot;, &quot;...&quot;, INTERNET_SERVICE_FTP, 0, 0);</p>
<p>FtpPutFile(hConnection, &quot;...&quot;, &quot;...&quot;, FTP_TRANSFER_TYPE_BINARY, 0);</p>
<p>InternetCloseHandle(hConnection);<br />
InternetCloseHandle(hOpen);<br />
}[/url]</p>
<p>Kann mir einer da weiterhelfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1977783</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1977783</guid><dc:creator><![CDATA[AAABBB]]></dc:creator><pubDate>Tue, 09 Nov 2010 13:26:43 GMT</pubDate></item><item><title><![CDATA[Reply to Suche FTP Server zu diesem Client on Tue, 09 Nov 2010 13:35:00 GMT]]></title><description><![CDATA[<p>FileZilla Server: <a href="http://filezilla-project.org/download.php?type=server" rel="nofollow">http://filezilla-project.org/download.php?type=server</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1977788</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1977788</guid><dc:creator><![CDATA[theta]]></dc:creator><pubDate>Tue, 09 Nov 2010 13:35:00 GMT</pubDate></item><item><title><![CDATA[Reply to Suche FTP Server zu diesem Client on Tue, 16 Nov 2010 19:36:15 GMT]]></title><description><![CDATA[<p>Ich meine eigentlich ein C++ Quellcode wenn das möglich ist?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1981390</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1981390</guid><dc:creator><![CDATA[AAABBB]]></dc:creator><pubDate>Tue, 16 Nov 2010 19:36:15 GMT</pubDate></item><item><title><![CDATA[Reply to Suche FTP Server zu diesem Client on Tue, 16 Nov 2010 20:23:04 GMT]]></title><description><![CDATA[<p>FileZilla ist Open Source! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1981411</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1981411</guid><dc:creator><![CDATA[Ad aCTa]]></dc:creator><pubDate>Tue, 16 Nov 2010 20:23:04 GMT</pubDate></item><item><title><![CDATA[Reply to Suche FTP Server zu diesem Client on Sun, 05 Dec 2010 13:41:48 GMT]]></title><description><![CDATA[<p>Danke <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=";)"
      alt="😉"
    /><br />
Noch eine Frage!<br />
Hier wird ja &quot;FtpPutFile&quot; zum kopieren von Dateien verwendet. Welche Funktion nutze ich wenn ich ganze Ordner kopieren möchte?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1990063</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1990063</guid><dc:creator><![CDATA[AAABBB]]></dc:creator><pubDate>Sun, 05 Dec 2010 13:41:48 GMT</pubDate></item><item><title><![CDATA[Reply to Suche FTP Server zu diesem Client on Sun, 05 Dec 2010 13:43:52 GMT]]></title><description><![CDATA[<p>Die Suchfunktion!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1990067</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1990067</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sun, 05 Dec 2010 13:43:52 GMT</pubDate></item><item><title><![CDATA[Reply to Suche FTP Server zu diesem Client on Sun, 05 Dec 2010 14:09:04 GMT]]></title><description><![CDATA[<pre><code>#include &lt;windows.h&gt; 
#include &lt;wininet.h&gt;
</code></pre>
<p>FALSCHES FORUM!!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1990074</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1990074</guid><dc:creator><![CDATA[Falsches Forum]]></dc:creator><pubDate>Sun, 05 Dec 2010 14:09:04 GMT</pubDate></item></channel></rss>