<?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[Problem mit IdFTP]]></title><description><![CDATA[<p>Hallo,<br />
Ich habe da folgenden Quelltext:</p>
<pre><code>IdFTP1-&gt;Host=FTPServername;
	IdFTP1-&gt;Username=FTPBenutzername;
	IdFTP1-&gt;Password=FTPPasswort;
	IdFTP1-&gt;Passive=false;
	IdFTP1-&gt;Port=21;
	IdFTP1-&gt;TransferType=ftBinary;

	IdFTP1-&gt;Connect();

	try
	{
	    IdFTP1-&gt;Get(File1,File2, true, false);
	}catch(Exception &amp;e)
	{
	}

	IdFTP1-&gt;Disconnect();
</code></pre>
<p>Und dabei bekomme ich dann meistens folgende Fehlermeldung:</p>
<p>---------------------------<br />
Debugger Exception Notification<br />
---------------------------<br />
Project HFManager.exe raised exception class EAccessViolation with message 'Access Violation'.<br />
---------------------------<br />
Break Continue Help<br />
---------------------------</p>
<p>Allerdings kommt die nicht sofort am Anfang, sondern während des Downloads...</p>
<p>Kann mir da jemand was dazu sagen?</p>
<p><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 />
Krycek</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/168082/problem-mit-idftp</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 09:36:29 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/168082.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Dec 2006 14:25:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit IdFTP on Mon, 18 Dec 2006 14:25:34 GMT]]></title><description><![CDATA[<p>Hallo,<br />
Ich habe da folgenden Quelltext:</p>
<pre><code>IdFTP1-&gt;Host=FTPServername;
	IdFTP1-&gt;Username=FTPBenutzername;
	IdFTP1-&gt;Password=FTPPasswort;
	IdFTP1-&gt;Passive=false;
	IdFTP1-&gt;Port=21;
	IdFTP1-&gt;TransferType=ftBinary;

	IdFTP1-&gt;Connect();

	try
	{
	    IdFTP1-&gt;Get(File1,File2, true, false);
	}catch(Exception &amp;e)
	{
	}

	IdFTP1-&gt;Disconnect();
</code></pre>
<p>Und dabei bekomme ich dann meistens folgende Fehlermeldung:</p>
<p>---------------------------<br />
Debugger Exception Notification<br />
---------------------------<br />
Project HFManager.exe raised exception class EAccessViolation with message 'Access Violation'.<br />
---------------------------<br />
Break Continue Help<br />
---------------------------</p>
<p>Allerdings kommt die nicht sofort am Anfang, sondern während des Downloads...</p>
<p>Kann mir da jemand was dazu sagen?</p>
<p><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 />
Krycek</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1194030</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1194030</guid><dc:creator><![CDATA[Krycek]]></dc:creator><pubDate>Mon, 18 Dec 2006 14:25:34 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit IdFTP on Mon, 18 Dec 2006 14:57:26 GMT]]></title><description><![CDATA[<p>Habe jetzt gerade keinen BCB da, aber ich glaube, dass Deine get-Methode fehlerhaft ist. (Kommen da nicht nur drei Parameter???)<br />
Vielleicht hilft es Dir.</p>
<p>Grüsse</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1194053</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1194053</guid><dc:creator><![CDATA[Rostfrei**]]></dc:creator><pubDate>Mon, 18 Dec 2006 14:57:26 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit IdFTP on Mon, 18 Dec 2006 17:22:10 GMT]]></title><description><![CDATA[<p>Leider nicht, die eine Variable sagt, ob ein Download fortgesetzt wird, der andere, ob eine ggf. bestehende Datei überschrieben wird...</p>
<p>An einer anderen, kleineren Datei in dem selben Projekt funktioniert es so...</p>
<p><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 />
Krycek</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1194159</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1194159</guid><dc:creator><![CDATA[Krycek]]></dc:creator><pubDate>Mon, 18 Dec 2006 17:22:10 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit IdFTP on Wed, 20 Dec 2006 08:27:19 GMT]]></title><description><![CDATA[<p>hi,</p>
<p>Setz mal den Timeout vom IdFTP höher.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1195232</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1195232</guid><dc:creator><![CDATA[_guest_]]></dc:creator><pubDate>Wed, 20 Dec 2006 08:27:19 GMT</pubDate></item></channel></rss>