<?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[filesize von einem remotefile ermitteln?]]></title><description><![CDATA[<p>hi!</p>
<p>Gibt es eine möglichkeit von einem file auf einem ftp server die filesize auszulesen bevor ich es runterlade? (möchte eine progress bar einsetzen)..</p>
<p>herzlichen Dank schonmal<br />
l00P</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/53320/filesize-von-einem-remotefile-ermitteln</link><generator>RSS for Node</generator><lastBuildDate>Mon, 01 Jun 2026 15:50:21 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/53320.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Oct 2003 10:14:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to filesize von einem remotefile ermitteln? on Tue, 28 Oct 2003 10:14:08 GMT]]></title><description><![CDATA[<p>hi!</p>
<p>Gibt es eine möglichkeit von einem file auf einem ftp server die filesize auszulesen bevor ich es runterlade? (möchte eine progress bar einsetzen)..</p>
<p>herzlichen Dank schonmal<br />
l00P</p>
]]></description><link>https://www.c-plusplus.net/forum/post/381139</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/381139</guid><dc:creator><![CDATA[l00P]]></dc:creator><pubDate>Tue, 28 Oct 2003 10:14:08 GMT</pubDate></item><item><title><![CDATA[Reply to filesize von einem remotefile ermitteln? on Tue, 28 Oct 2003 10:20:06 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">CInternetSession	m_InetSession; 
CStdioFile*	m_NewFile;

m_NewFile = new CStdioFile;	
m_NewFile = m_InetSession.OpenURL(m_Url,1,INTERNET_FLAG_TRANSFER_BINARY); 

long size = m_NewFile-&gt;SeekToEnd();
m_NewFile-&gt;SeekToBegin();
</code></pre>
<p>so bekommst du die Dateigröße raus, steht dann in &quot;size&quot;. Weiss nun aber nicht ob das bei einer FTP Verbindung großartig anders ist.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/381145</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/381145</guid><dc:creator><![CDATA[personenkult]]></dc:creator><pubDate>Tue, 28 Oct 2003 10:20:06 GMT</pubDate></item><item><title><![CDATA[Reply to filesize von einem remotefile ermitteln? on Tue, 28 Oct 2003 10:42:54 GMT]]></title><description><![CDATA[<p>aja dankeschön werd ich gleich versuchen <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>
<p>lg<br />
l00P</p>
]]></description><link>https://www.c-plusplus.net/forum/post/381169</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/381169</guid><dc:creator><![CDATA[l00P]]></dc:creator><pubDate>Tue, 28 Oct 2003 10:42:54 GMT</pubDate></item><item><title><![CDATA[Reply to filesize von einem remotefile ermitteln? on Thu, 06 Nov 2003 11:28:36 GMT]]></title><description><![CDATA[<p>So hab das Problem mittlerweile mit Hilfe gelöst:</p>
<p>CInternetFile objekt habe ich, das Objekt erbt die GetLength Methode -&gt;fertig <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="😉"
    /></p>
<p>lg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/387945</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/387945</guid><dc:creator><![CDATA[l00P]]></dc:creator><pubDate>Thu, 06 Nov 2003 11:28:36 GMT</pubDate></item></channel></rss>