Narendra

Results 11 comments of Narendra

@29satnam Even I tried to copy the entire view controller, still same error.

Hi, Please find the attached files (success & failure). Note: I used wireshark to get network trace and files also in wireshark format. could you please give a clue what...

thanks for the response and error i got is ; **(220,0x16e0a3000) malloc: **\* error for object 0x15711d600: incorrect checksum for freed object - object was probably modified after being freed.**...

hello, Just to confirm not only on above comment, its crashing on **netbios_session_packet_recv: : Connection reset by peer** **netbios connection not reachable** **netbios_session_packet_send: Unable to send (full?) packet: Broken pipe**...

[TOSMBClient-master 2.zip](https://github.com/videolabs/libdsm/files/313625/TOSMBClient-master.2.zip) Hello, i have attached sample project and please check **// code to upload file/write file [self.rootController uploadFileTosession:self.session atFilePath:_selectedPath withDestinationPath:nil];** please find this line to check the upload/write to...

Im using my mac shared folder instead of server and i will try with NAS server and Im also able to upload 1.3 GB of data and if i try...

hello i observed one more thing here .. Im able to upload the zip file from my shared folder and if try to unzip manually (in MAC) it works fine,...

Hi @Saiday, can you help me on one issue : Hysteria Player is caching very well and you did a very good job . Cached audio is playing when application...

Hi Tim, **Trying to access network share in domain #106** Hi, I'm trying to access the share with domain based users/system, here i can able to see the list of...

@natalia-osa by the way with the following code Im able to fix the zip issue. while ((bytesRead < self.file.fileSize)) { @autoreleasepool { ``` length = smb_fread(self.downloadSession, fileID, buffer, bufferSize); if...