Re: FindFirstFile fails for some network directories

2015-12-09 Thread Corinna Vinschen
On Dec 9 11:43, Orgad Shaneh wrote: > On Wed, Aug 19, 2015 at 8:28 AM, Orgad Shaneh wrote: > > > > On Wed, Aug 19, 2015 at 8:46 AM, Orgad Shaneh wrote: > > > Working capture: https://gist.github.com/orgads/d2681881668afb9cb08f > > > Failing capture: https://gist.github.com/orgads/4f0ea2b26cfd64f

Re: FindFirstFile fails for some network directories

2015-12-09 Thread Orgad Shaneh
On Wed, Aug 19, 2015 at 8:28 AM, Orgad Shaneh wrote: > > On Wed, Aug 19, 2015 at 8:46 AM, Orgad Shaneh wrote: > > Working capture: https://gist.github.com/orgads/d2681881668afb9cb08f > > Failing capture: https://gist.github.com/orgads/4f0ea2b26cfd64f4353d > > I just found another SMB1 linux serve

Re: FindFirstFile fails for some network directories

2015-08-18 Thread Orgad Shaneh
On Wed, Aug 19, 2015 at 8:46 AM, Orgad Shaneh wrote: > Working capture: https://gist.github.com/orgads/d2681881668afb9cb08f > Failing capture: https://gist.github.com/orgads/4f0ea2b26cfd64f4353d I just found another SMB1 linux server, which does work[1]. It first has a "NT Create AndX" request f

Re: FindFirstFile fails for some network directories

2015-08-18 Thread Orgad Shaneh
On Mon, Aug 17, 2015 at 3:03 PM, Orgad Shaneh wrote: > Hi, > > I have 2 network shares with similar contents: > \\netapp1\CM\CompilationResults > \\aclnas01\versions\CompilationResults > > Trying to list all the files within these directories using Ruby > succeeds for netapp1, but fails for aclnas

FindFirstFile fails for some network directories

2015-08-17 Thread Orgad Shaneh
Hi, I have 2 network shares with similar contents: \\netapp1\CM\CompilationResults \\aclnas01\versions\CompilationResults Trying to list all the files within these directories using Ruby succeeds for netapp1, but fails for aclnas01. The failing ruby command is: ruby -e "print Dir.glob('//aclna