<?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[Dateien über Netzwerk kopieren]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich bin Anfänger und habe folgendes Problem:</p>
<p>ich muss auf einen bestimmten Rechner im lokalen Netzwerk Dateien kopieren bzw. dort auch Verzeichnisse anlegen!<br />
Es gibt ja die API Funktionen <em>CopyFile</em> und <em>CreateDirectory</em>, aber wie kann ich das auf den Rechner im Netzwerk bezogen machen???</p>
<p>Vielen Dank schon mal für Hilfe!!!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/85264/dateien-über-netzwerk-kopieren</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 23:44:38 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/85264.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Sep 2004 11:08:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dateien über Netzwerk kopieren on Tue, 07 Sep 2004 11:08:05 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich bin Anfänger und habe folgendes Problem:</p>
<p>ich muss auf einen bestimmten Rechner im lokalen Netzwerk Dateien kopieren bzw. dort auch Verzeichnisse anlegen!<br />
Es gibt ja die API Funktionen <em>CopyFile</em> und <em>CreateDirectory</em>, aber wie kann ich das auf den Rechner im Netzwerk bezogen machen???</p>
<p>Vielen Dank schon mal für Hilfe!!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/601469</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/601469</guid><dc:creator><![CDATA[Iceq]]></dc:creator><pubDate>Tue, 07 Sep 2004 11:08:05 GMT</pubDate></item><item><title><![CDATA[Reply to Dateien über Netzwerk kopieren on Tue, 07 Sep 2004 11:31:26 GMT]]></title><description><![CDATA[<p>Iceq schrieb:</p>
<blockquote>
<p>Hallo,</p>
<p>ich bin Anfänger und habe folgendes Problem:</p>
<p>ich muss auf einen bestimmten Rechner im lokalen Netzwerk Dateien kopieren bzw. dort auch Verzeichnisse anlegen!<br />
Es gibt ja die API Funktionen <em>CopyFile</em> und <em>CreateDirectory</em>, aber wie kann ich das auf den Rechner im Netzwerk bezogen machen???</p>
<p>Vielen Dank schon mal für Hilfe!!!</p>
</blockquote>
<p>hi!<br />
schon mal den begriff socket, winsocket gehört? könntest ja server-client filetransfer proggen....hab ich auch gerade gemacht;-) funzt prima...du musst halt die ip adresse des servers wissen...falls hilfe brauchst, frag einfach da...</p>
<p>CopyFile...gilt aber nur für den lokalen rechner... zb. von c:\viri.exe nach c:\windows\system32\viri.exe kopieren...</p>
<p>cu <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/601494</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/601494</guid><dc:creator><![CDATA[coder.]]></dc:creator><pubDate>Tue, 07 Sep 2004 11:31:26 GMT</pubDate></item><item><title><![CDATA[Reply to Dateien über Netzwerk kopieren on Tue, 07 Sep 2004 11:49:26 GMT]]></title><description><![CDATA[<p>coder. liegt falsch.</p>
<p>CopyFile funktioniert auch im lokalen Netzwerk.</p>
<p>Geht bestimmt so: CopyFile(&quot;test.dat&quot;, &quot;\\\Rechnername\\Ordner\\test.dat&quot;, FALSE);</p>
<p>ungetestet.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/601518</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/601518</guid><dc:creator><![CDATA[anti-viri]]></dc:creator><pubDate>Tue, 07 Sep 2004 11:49:26 GMT</pubDate></item><item><title><![CDATA[Reply to Dateien über Netzwerk kopieren on Tue, 07 Sep 2004 11:51:45 GMT]]></title><description><![CDATA[<p>....das sieht ja recht einfach aus, aber wie mache ich das mit CopyFile wenn ich für den Rechner einen Benutzernamen und ein Passwort benötige??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/601521</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/601521</guid><dc:creator><![CDATA[Iceq]]></dc:creator><pubDate>Tue, 07 Sep 2004 11:51:45 GMT</pubDate></item><item><title><![CDATA[Reply to Dateien über Netzwerk kopieren on Tue, 07 Sep 2004 12:07:33 GMT]]></title><description><![CDATA[<p>Könnte eventuell mit der Funktion WNetAddConnection2 funktionieren. <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/601544</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/601544</guid><dc:creator><![CDATA[anti-viri]]></dc:creator><pubDate>Tue, 07 Sep 2004 12:07:33 GMT</pubDate></item><item><title><![CDATA[Reply to Dateien über Netzwerk kopieren on Tue, 07 Sep 2004 22:53:32 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=4" rel="nofollow">WinAPI</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/602062</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/602062</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Tue, 07 Sep 2004 22:53:32 GMT</pubDate></item></channel></rss>