in reply to Short Read with Filesys::SmbClientParser

This kind of problem exists even when one is doing a pure XP/Vista to XP/Vista file transfer. There are frequent complaints about large (500M+) file transfer failures. Some people have had success with disabling their anti-virus software or by reconfiguring their network routers. Others have merely had to unlock a file (permissions will get you every time). I also seem to recall that (on my system) there are some time-out problems as well - though to be honest I didn't investigate the underlying cause too deeply. This is probably not what you want to hear. See:

I'm sure someone has figured out how to do this reliably because many corporations support automated installs of very large software packages from central servers. However, the last time I had to do this I ended up loading stuff onto a data wand and walking the files from box to box after hours of frustration. Another time, I think I put SSH (client and server) on both boxes and transferred the files that way.

Best, beth

  • Comment on Re: Short Read with Filesys::SmbClientParser

Replies are listed 'Best First'.
Re^2: Short Read with Filesys::SmbClientParser
by xorl (Deacon) on Feb 19, 2009 at 15:20 UTC

    Nope not really what I wanted to hear, but thanks anyway.

    I think I found a solution (at least it seems to work). I mount the shared directory that the file is in. I'm not sure why, but I don't end up with the problem when I do that.

    If it turns out I'm just getting lucky, I think I'll end up doing your last solution which is to put an SSH (client and server) on both boxes and transfer them that way.