kolyvan / kxsmb

KxSMB is objective-c wrapper for libsmbclient (samba.org) lib.
BSD 2-Clause "Simplified" License
285 stars 92 forks source link

Error while Copying Multiple Files #28

Closed SumanRajSharma closed 4 years ago

SumanRajSharma commented 9 years ago

i want to copy multiple files from smb server, But when i loop the [provider copySMBPath:@"" localPath:@"" overwrite:YES block:^(id result) { } some the files fails to copy giving error like ... Error Domain=error.SMB Code=0 "SMB Error" UserInfo=0x7f8429dd0930 {NSLocalizedDescription=SMB Error, NSLocalizedFailureReason=Unable get stat:smb://192.168.0.1/wifishare/AutoTest Scripts/VIP_ActiveLine.spcv (errno:60)}

but the same file if downloaded individually works fine.

ssnhitfkgd commented 9 years ago

overwrite 为no

发自我的 iPhone

在 2015年7月13日,下午4:09,Suman Raj Sharma notifications@github.com 写道:

i want to copy multiple files from smb server, But when i loop the [provider copySMBPath:@"" localPath:@"" overwrite:YES block:^(id result) { } some the files fails to copy giving error like ... Error Domain=error.SMB Code=0 "SMB Error" UserInfo=0x7f8429dd0930 {NSLocalizedDescription=SMB Error, NSLocalizedFailureReason=Unable get stat:smb://192.168.0.1/wifishare/AutoTest Scripts/VIP_ActiveLine.spcv (errno:60)}

but the same file if downloaded individually works fine.

— Reply to this email directly or view it on GitHub.