-
Notifications
You must be signed in to change notification settings - Fork 24
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
FTP file browser does not descend into directories #2
Comments
Not caching for directories works fine. File requests still hit the cache. Makes for simpler code as well. Two side notes:
|
See #3 . |
Ok, so I've compiled from your source and it still won't browse directories. Did you test your code yet? |
Worked for me back in the day. Let's see what my mileage is these days. |
Still works. I checked that the existence of file One error still persists -- the browser initially drops into the first subdirectory, 'action'. This error is in Note: i had to make the dir |
The binary I get, and the config: https://drive.google.com/drive/folders/1gwYEt2PqrmX2Qt6myNA0-4M2Lg7SwWZm?usp=sharing |
Oh, the browser opens where you last downloaded a file, so the subdirectory start location is by design, not a bug. |
Mine wont get into directories, it always shows the first directory listing with the categories no mather what I click. The top of the screen shows the current directory, it descends to whatever I select while the list remains always the same. Deleting the ftp.(null) file does not change anything, it just recreates is and always lists first dir. Permissions on the dir are right, owner 'pi'. I have noticed the ftp.(null) and thought thats the problem. Built from source, any ideas? |
Hi @Zanop , hmm i was recently wondering whether this was ok or not in mainline so i could decide what to do with my fork. When i can, i'll build from the same source you did; if it happens to me too i might have a fix for it after all. |
Hi @rhaleblian, I have submitted a fix, check out my pull request. |
I'll try to get to these soon, sorry, been tied up with real life lately. |
Me too, i might have time tonight. |
#10 |
Immediately apparent when browsing asimov.net, since games are in genre directories.
Taking a look at it.
The text was updated successfully, but these errors were encountered: