I am trying to move files from one of my servers to another. The problem lies in the directory structure. There are folders in folders in folders.... and Windows cant see past (i think) 128 characters. My way around this is to map a drive to the required folder. But because I have to move all the files it would take years to move the data in this manner. Veritas cant even see down into the file structure so I cant do a redirected restore, and xcopy appears to be the same way. The Xcopy thing confuses me because i can do a 'dir /s' to give me a printout (and summary) of the numbers of files -which is ~100k.
Anybody know a way to move these to another server?
I'll share the FTP might be faster but you'll have to deal with ownership and permission issues if you do that later.
100k files, 10k folders, enterprise shares and permissions to include groups and individual permissions, no way.
Any other ideas?
Look at scopy and it's replacements at http://www.ss64.com/nt/scopy.html
The path limit is not fixed here but you should have a group beating about why that was allowed. Yes, the copy will take a few days but that's normal.
Bob
I know no way to do it even I search it for a long time.
But I solve this by using CanCopy utility to copy file with long name or path.
I use it on XP. I’m not sure if it will work on other Windows or not but you can try with a trial version. http://cancopy.net/
Did you know you can get the same effect with XCOPY and just one switch?
And XCOPY is not a trial version. It appears people are beginning to prey on those that can't use the supplied tools.
After alot of pain this worked for me for a file on a CD with a trailing space.
1. dir /x
2. Find short filename for messed up file, Ex. "PLATT~92.QXD"
3. xcopy PLATT~92.QXD c:\quark\test.qxd /N
4. Now the file is on your drive with a valid name that you can change to what you need.
Hope this helps someone.
| Forum legend: | |
| Locked thread | |
| Moderator | |
![]() |
CNET staff |
![]() |
Samsung staff |
| Norton Authorized Support team | |
| AVG staff | |
| Windows Outreach team | |
![]() |
Dell staff |
| Intel staff | |