- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- Re: Robocopy from ftp server
Windows Server 2003
1821208
Members
3325
Online
109632
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-04-2007 06:57 PM
тАО02-04-2007 06:57 PM
Robocopy from ftp server
Hi Guys
I need to use Robocopy to copy folders and files from an ftp server like this:
robocopy "ftp://10.1.3.216/testingshare" "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
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.
I need to use Robocopy to copy folders and files from an ftp server like this:
robocopy "ftp://10.1.3.216/testingshare" "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
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.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 12:37 PM
тАО06-25-2007 12:37 PM
Re: Robocopy from ftp server
You cant talk FTP via Robocopy, but FTP.exe has its own scripting language.
Type ftp -? at a command prompt to see more details about the -s option.
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.
You can perhaps use this to create a local copy of all the data and then use robocopy to do the rest.
I'm just not sure if FTP can do the /s (/E in your script) type stuff.
I take it you dont have CIFS access to the remote machine?
-Dan
Type ftp -? at a command prompt to see more details about the -s option.
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.
You can perhaps use this to create a local copy of all the data and then use robocopy to do the rest.
I'm just not sure if FTP can do the /s (/E in your script) type stuff.
I take it you dont have CIFS access to the remote machine?
-Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2007 07:53 AM
тАО06-26-2007 07:53 AM
Re: Robocopy from ftp server
You might try downloading a windows port of wget or curl.
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP