<?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[FTpserver]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich möchte gerne eine Funktion schreiben die eine Datei von einem FTPServer holt. Wieso funktioniert das nicht so wie ich es versuche?</p>
<pre><code class="language-cpp">hIntSession=InternetOpen(&quot;Guillaume&quot;,INTERNET_OPEN_TYPE_PRECONFIG,NULL,NULL,INTERNET_FLAG_ASYNC);

hFtpSession = InternetConnect(hIntSession,&quot;ftp.guillaum.gu.funpic.de/&quot;,INTERNET_DEFAULT_FTP_PORT,&quot;Benutzernamen&quot;,&quot;Passwort&quot;,INTERNET_SERVICE_FTP,0,0);
</code></pre>
<p>Besten Dank für alle Antworten.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/181359/ftpserver</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Jul 2026 10:39:58 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/181359.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 12 May 2007 19:53:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FTpserver on Sat, 12 May 2007 19:53:06 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich möchte gerne eine Funktion schreiben die eine Datei von einem FTPServer holt. Wieso funktioniert das nicht so wie ich es versuche?</p>
<pre><code class="language-cpp">hIntSession=InternetOpen(&quot;Guillaume&quot;,INTERNET_OPEN_TYPE_PRECONFIG,NULL,NULL,INTERNET_FLAG_ASYNC);

hFtpSession = InternetConnect(hIntSession,&quot;ftp.guillaum.gu.funpic.de/&quot;,INTERNET_DEFAULT_FTP_PORT,&quot;Benutzernamen&quot;,&quot;Passwort&quot;,INTERNET_SERVICE_FTP,0,0);
</code></pre>
<p>Besten Dank für alle Antworten.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1283712</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1283712</guid><dc:creator><![CDATA[H.Feiss]]></dc:creator><pubDate>Sat, 12 May 2007 19:53:06 GMT</pubDate></item></channel></rss>