Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot access and list subfolders #11

Open
Quarky opened this issue Aug 23, 2012 · 7 comments
Open

Cannot access and list subfolders #11

Quarky opened this issue Aug 23, 2012 · 7 comments

Comments

@Quarky
Copy link

Quarky commented Aug 23, 2012

I fixed half of it by using unicode instead of ASCII and setting the flag to unicode in _tango_TRANS2_FIND_FIRST2 and now the request goes through without error when watching it on the sniffer. However since the response is unicode I need to modify the response parsing.

@38leinaD
Copy link
Owner

great; let me know if you get it working and we can push it onto master.

@Quarky
Copy link
Author

Quarky commented Aug 28, 2012

Got it working with that method, but for my needs I did not need it in pure C so it now contains Objective C and uses the iOS library so may no longer suit your needs.

I also found the reason behind the i==0 code (// TODO: No idea why a padding is needed here.... //if (i==0) data_offset++;) that was commented that the reason is unknown for the padding.

The padding is actually before the data block, since you are doing it on i==0 you pad the first block.

At least that is what I found with the unicode response, I no longer have that conditional padding rather I pad before the data block.

@messi
Copy link

messi commented Jan 18, 2013

Hey @Quarky, could you provide your fix in some way? I am struggling with the same problems and i also want to use this framework for iOS only.

Thx in advance!

@Quarky
Copy link
Author

Quarky commented Jan 28, 2013

Sure I will post it here, sorry for the delayed response, I have been busy. I will do it this weekend if you remind me by adding a comment here. I may remember myself, but I planned on doing this last weekend and I forgot.

@jahaww
Copy link

jahaww commented Feb 18, 2013

I noticed that the contents of my folder will not be displayed if the folder name ends with a number. For example, "ABC1" will not load, but if I rename the folder to "ABC", it works fine. @Quarky, could your fix solve my problem? Thanks for any advice you have.

@Quarky
Copy link
Author

Quarky commented Feb 22, 2013

I don't know, but I keep forgetting to post the fix. I don't work on Sundays so I may have some time then if I happen to remember.

@link82
Copy link

link82 commented Mar 12, 2013

:o could you please post it? I'm stuck with the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants