<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Robocopy from ftp server in Windows Server 2003</title>
    <link>https://community.hpe.com/t5/windows-server-2003/robocopy-from-ftp-server/m-p/3938123#M3897</link>
    <description>Hi Guys&lt;BR /&gt;&lt;BR /&gt;I need to use Robocopy to copy folders and files from an ftp server like this:&lt;BR /&gt;robocopy "&lt;A href="ftp://10.1.3.216/testingshare" target="_blank"&gt;ftp://10.1.3.216/testingshare&lt;/A&gt;" "C:\Temp" /E /Z /V /TEE /LOG+:"C:\Documents and Settings\terencen\My Documents\Visual Studio 2005\Projects\RoboCopy\RoboCopy\bin\Debug\Robocopy\Logs\Log.txt" /R:10 /W:30&lt;BR /&gt;&lt;BR /&gt;this bovoisly generates an error due to the ftp server as a source. Anybody know if it's possible to do something like this. I've also tried mapping an ftp server to a network drive using a utility called netdrive. this way I am able to supply "Z:\" as the source for robocopy and it works but it's way too slow. Please help.</description>
    <pubDate>Mon, 05 Feb 2007 02:57:58 GMT</pubDate>
    <dc:creator>CA1455689</dc:creator>
    <dc:date>2007-02-05T02:57:58Z</dc:date>
    <item>
      <title>Robocopy from ftp server</title>
      <link>https://community.hpe.com/t5/windows-server-2003/robocopy-from-ftp-server/m-p/3938123#M3897</link>
      <description>Hi Guys&lt;BR /&gt;&lt;BR /&gt;I need to use Robocopy to copy folders and files from an ftp server like this:&lt;BR /&gt;robocopy "&lt;A href="ftp://10.1.3.216/testingshare" target="_blank"&gt;ftp://10.1.3.216/testingshare&lt;/A&gt;" "C:\Temp" /E /Z /V /TEE /LOG+:"C:\Documents and Settings\terencen\My Documents\Visual Studio 2005\Projects\RoboCopy\RoboCopy\bin\Debug\Robocopy\Logs\Log.txt" /R:10 /W:30&lt;BR /&gt;&lt;BR /&gt;this bovoisly generates an error due to the ftp server as a source. Anybody know if it's possible to do something like this. I've also tried mapping an ftp server to a network drive using a utility called netdrive. this way I am able to supply "Z:\" as the source for robocopy and it works but it's way too slow. Please help.</description>
      <pubDate>Mon, 05 Feb 2007 02:57:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/robocopy-from-ftp-server/m-p/3938123#M3897</guid>
      <dc:creator>CA1455689</dc:creator>
      <dc:date>2007-02-05T02:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Robocopy from ftp server</title>
      <link>https://community.hpe.com/t5/windows-server-2003/robocopy-from-ftp-server/m-p/3938124#M3898</link>
      <description>You cant talk FTP via Robocopy, but FTP.exe has its own scripting language.&lt;BR /&gt;&lt;BR /&gt;Type ftp -?     at a command prompt to see more details about the -s option.&lt;BR /&gt;&lt;BR /&gt;Basically you just stick all the FTP commands in a text file line by line and then FTP will process them just as if you typed them.&lt;BR /&gt;&lt;BR /&gt;You can perhaps use this to create a local copy of all the data and then use robocopy to do the rest.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm just not sure if FTP can do the /s (/E in your script) type stuff.&lt;BR /&gt;&lt;BR /&gt;I take it you dont have CIFS access to the remote machine?&lt;BR /&gt;&lt;BR /&gt;-Dan</description>
      <pubDate>Mon, 25 Jun 2007 19:37:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/robocopy-from-ftp-server/m-p/3938124#M3898</guid>
      <dc:creator>Dan Robinson_4</dc:creator>
      <dc:date>2007-06-25T19:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Robocopy from ftp server</title>
      <link>https://community.hpe.com/t5/windows-server-2003/robocopy-from-ftp-server/m-p/3938125#M3899</link>
      <description>You might try downloading a windows port of wget or curl.</description>
      <pubDate>Tue, 26 Jun 2007 14:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/robocopy-from-ftp-server/m-p/3938125#M3899</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-06-26T14:53:33Z</dc:date>
    </item>
  </channel>
</rss>

