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

wireless file manager download problem #77

Open
DJprasenjit opened this issue Dec 30, 2022 · 4 comments
Open

wireless file manager download problem #77

DJprasenjit opened this issue Dec 30, 2022 · 4 comments

Comments

@DJprasenjit
Copy link

DJprasenjit commented Dec 30, 2022

i am using latest version but in the file manager when i am going to download any file there is only the link comes with double Slashes and date twice
http://192.168.0.113:8080/c?dwn=//20221226///20221226/desklens_2022-12-26_09.39.53_vga_Q12_I100_L15_S1.avi
to download i had to edit the link and remove this //20221226// every time. please tell me how to fix this problem.
thanks

@lestitis
Copy link

i also have a problem deleting/renaming files
in the ESPxWebFIMgr.ccp i had to modify
for rename
/// ESPxWebFlMgr_FileSystem.rename( subdir + "/" + fn, subdir + "/" + fn2);
ESPxWebFlMgr_FileSystem.rename(fn, fn2);

for delete
/// int x = ESPxWebFlMgr_FileSystem.remove( subdir + "/" + fn); // Add slash
int x = ESPxWebFlMgr_FileSystem.remove(fn); // Add slash

@jameszah
Copy link
Owner

i also have a problem deleting/renaming files in the ESPxWebFIMgr.ccp i had to

I think that is a esp32-arduino version issue. It had worked the original way, with the leading "/" implied, but then you had to provide it. Maybe they have switched it back again. What version do you have?

Tools -> Boards -> Board Manager -> "esp32"

Current is 2.0.13 -- I dont think Ive done much on this since 2.0,6

@lestitis
Copy link

lestitis commented Sep 16, 2023 via email

@lestitis
Copy link

lestitis commented Sep 16, 2023 via email

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

3 participants