-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Skip download when path contain character like "[" and "]" #49
Comments
Hi @mickael-bertrand, thanks for your concise report. I'll take a look asap ;) |
@mickael-bertrand Cannot reproduce your issue, can you give me your full log output please without sensitive data ? (please use three back-ticks markdown markup when you post logs/config) Here is mine :
|
Hi, Here is the full log, you can see all file with bracket are not downloaded. (i can download them with my ftp client).
|
and here is the log of my ftp client if it can help you :
|
And, the "bug" is not when the brakcet are in the file name but in the folder name. Maybe an error with the MLSD command to list content of a directory with bracket character... ? |
@mickael-bertrand Looks it happens when a folder contains a closing bracket. I keep you in touch. |
@mickael-bertrand I have opened an issue on the upstream repository secsy/goftp#39. |
@mickael-bertrand Ok after digging it's an issue with PureFTPd. I think this is something linked to globbing like ProFTPd. I don't know how to disable global matching for pureFTPd but I can force FTPGrab to escape those globbing chars. |
OK good news:) |
@mickael-bertrand Latest release should fix your issue ;) |
Thanks, tested and approved :) |
Hi @mickael-bertrand, glad to hear it and thanks a lot for your donation ❤️ |
Hi :)
Behaviour
Downloads are not started when parent folder name contain brackets as a character [ or ]
Steps to reproduce this issue
Expected behaviour
Actual behaviour
no download are started
Configuration
Logs
in step before
configuration :
Thanks, :)
The text was updated successfully, but these errors were encountered: