<?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 Upload]]></title><description><![CDATA[<p>Hi, ich würde gerne den Status abrufen von einer Datei die ich auf den FTP Uploade... mache ich das mit CInternetFile Write , wie soll das funktionieren, kann mir einer helfen ?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/201621/ftp-upload</link><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Apr 2026 19:02:58 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/201621.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 02 Jan 2008 09:28:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FTP Upload on Wed, 02 Jan 2008 09:29:32 GMT]]></title><description><![CDATA[<p>Hi, ich würde gerne den Status abrufen von einer Datei die ich auf den FTP Uploade... mache ich das mit CInternetFile Write , wie soll das funktionieren, kann mir einer helfen ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1429131</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1429131</guid><dc:creator><![CDATA[toxor]]></dc:creator><pubDate>Wed, 02 Jan 2008 09:29:32 GMT</pubDate></item><item><title><![CDATA[Reply to FTP Upload on Wed, 02 Jan 2008 11:01:17 GMT]]></title><description><![CDATA[<p>Also ich habs bisher so gemacht :</p>
<pre><code class="language-cpp">BOOL bUploaded = pThis-&gt;pFTPConnection-&gt;PutFile(pThis-&gt;Command2,Dateiname2,FTP_TRANSFER_TYPE_BINARY,1);
</code></pre>
<p>Und das hat wunderbar funktioniert.</p>
<p>So wie ich das verstanden habe muss ich aber für eine Progress Bar mit FtpPuFile arbeiten , stimmts ?</p>
<p>Ich machs so :</p>
<pre><code class="language-cpp">HINTERNET FTP = InternetOpen(wert1,INTERNET_OPEN_TYPE_DIRECT,NULL,NULL,NULL);
if(FtpPutFile(FTP,Command2,Dateiname,FTP_TRANSFER_TYPE_BINARY,0)==TRUE)
		{
			MessageBox(&quot;Upload erfolgreich!&quot;);
		}
		else
		{
			MessageBox(&quot;Nicht erfolgreich!&quot;);
		}
</code></pre>
<p>Leider bekomme ich hier immer FALSE rzurück :/, jemand mit Durchblick hier ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1429171</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1429171</guid><dc:creator><![CDATA[toxor]]></dc:creator><pubDate>Wed, 02 Jan 2008 11:01:17 GMT</pubDate></item><item><title><![CDATA[Reply to FTP Upload on Wed, 02 Jan 2008 13:30:59 GMT]]></title><description><![CDATA[<p>Hallo<br />
Ich würde als erstes GetLastError() auswerten, dann erhältst ev. einen nützlichen Hinweis.</p>
<p>Simon</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1429297</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1429297</guid><dc:creator><![CDATA[simon.gysi]]></dc:creator><pubDate>Wed, 02 Jan 2008 13:30:59 GMT</pubDate></item><item><title><![CDATA[Reply to FTP Upload on Wed, 02 Jan 2008 14:52:21 GMT]]></title><description><![CDATA[<p>Habs hingekriegt,FtpPutFile war irgendwie nicht so richtig, habs jetzt mit OpenFile lösen können.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1429361</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1429361</guid><dc:creator><![CDATA[toxor]]></dc:creator><pubDate>Wed, 02 Jan 2008 14:52:21 GMT</pubDate></item></channel></rss>