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

[Issue] Move command with wildcard #1041

Closed
LuanTeles opened this issue Mar 21, 2024 · 5 comments
Closed

[Issue] Move command with wildcard #1041

LuanTeles opened this issue Mar 21, 2024 · 5 comments

Comments

@LuanTeles
Copy link

LuanTeles commented Mar 21, 2024

Aldo i'm using to move downloaded themes to the theme folder

/move.ps3/dev_hdd0/download/theme/*.p3t&to=/dev_hdd0/theme

image

But as you can see not all themes are being moved

image

To move all i need to run the command multiple times, do you have any idea?

@LuanTeles LuanTeles changed the title [Help] Move command [Issue] Move command Mar 21, 2024
@LuanTeles LuanTeles changed the title [Issue] Move command [Issue] Move command with wildcard Mar 21, 2024
@aldostools
Copy link
Owner

It looks like moving the files from the directory causes that the pointer to the next file change, resulting in some files being skipped.

This may affects the DELETE, RENAME and MOVE operations. It requires additional tests and probably a change in the way the files are scanned in file_scan.h.

@aldostools
Copy link
Owner

Try this fix 🤓
webftp_server.zip

@LuanTeles
Copy link
Author

Thank you Aldo, it's working now :)

aldostools added a commit that referenced this issue Mar 23, 2024
- Fixed Issue: Move command with wildcard #1041
@LouisGarry
Copy link

This may affects the DELETE, RENAME and MOVE operations. It requires additional tests and probably a change in the way the files are scanned in file_scan.h.

Hello Aldo, the change here creates a compilation error if #define USE_NTFS in flags.h commented.

aldostools added a commit that referenced this issue Mar 25, 2024
- Fixed compilation error if flag USE_NTFS is disabled #1041
@aldostools
Copy link
Owner

Hello Aldo, the change here creates a compilation error if #define USE_NTFS in flags.h commented.

Thanks for the bug report. It has been fixed. 👍

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