- Feb 26, 2000
- 7,006
- 1
- 81
cliff notes:
trying to copy files from one windows XP box to another over the network, windows file transfer sucks and keeps dropping the following error:
"Cannot Copy <Filename>
The resulting file name is too long, specify a different file name"
Windows then aborts the file transfer and I have to start it all over again, there are many many files in this directory and I have been chasing my tail tracking them down and re-naming them by hand, I have been doing this for the past 2 hours and have made no head way, I thought of mass-renaming the files or truncating the file names but have come to the conclusion that is not a viable solution.
what I am going to try is to set up an FTP server on the reciving machine and FTP the files over I'm thinking that FTP won't give a sh!t about file name length (am I right in that assumption) or is there a better way? if this were linux I'd rsync them but rsync on windows is more complicated than it needs to be.
trying to copy files from one windows XP box to another over the network, windows file transfer sucks and keeps dropping the following error:
"Cannot Copy <Filename>
The resulting file name is too long, specify a different file name"
Windows then aborts the file transfer and I have to start it all over again, there are many many files in this directory and I have been chasing my tail tracking them down and re-naming them by hand, I have been doing this for the past 2 hours and have made no head way, I thought of mass-renaming the files or truncating the file names but have come to the conclusion that is not a viable solution.
what I am going to try is to set up an FTP server on the reciving machine and FTP the files over I'm thinking that FTP won't give a sh!t about file name length (am I right in that assumption) or is there a better way? if this were linux I'd rsync them but rsync on windows is more complicated than it needs to be.