I'd like to report a possible bug in SMBCLIENT. Platform: - HP-UX 11.00 - HP C/ANSI C Compiler (B.11.01.06) Copying a (large) directory structure from a NT share, the interactive command: # smbclient //machine/share password >prompt >recurse >mget * fails to copy 76th, 115th, 154th, ... file of directories. Regards Domenico Viggiani ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
I had something similar. The files that could not be copied turned out to be open files on NT. I don?t know WHY this won?t work but after I closed them it worked. Tobias Domenico Viggiani wrote:> > I'd like to report a possible bug in SMBCLIENT. > > Platform: > - HP-UX 11.00 > - HP C/ANSI C Compiler (B.11.01.06) > > Copying a (large) directory structure from a NT share, the interactive > command: > # smbclient //machine/share password > >prompt > >recurse > >mget * > fails to copy 76th, 115th, 154th, ... file of directories. > > Regards > Domenico Viggiani