-
Notifications
You must be signed in to change notification settings - Fork 299
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
"No Such File" when crawling a directory that ends with space("ThisDirHasSpaceAtEnd ") #1952
Comments
Just to be a bit more precise the directory with whith the space at the end is this: [/uploads/emails/[email protected]/INBOX.Arkiv^2019_3671/0270064298 ] |
Any more information I can provide? .. Any way I can seif (or when) this is going to be fixed ? |
It's all good. Thanks for the report. I'm just overloaded ATM |
Thanks for the report. I'm able to reproduce it in an integration test. Which means that I can now work on a patch. ;) |
I opened apache/mina-sshd#628 as the error seems to be coming from the mina-sshd library. |
Describe the bug
When running FSCrawler (docker image) with a target directory on an SFTP server we get an error when we try to crawl a directory that has a space (" ") at the end of the name. The error we get is this:
WARN [f.p.e.c.f.FsParserAbstract] Error while crawling /xx: SFTP error (SSH_FX_NO_SUCH_FILE): No such file
Please not that the "/xx" here is the "root" directory from the _settings.json file and not the directory which has the space at the end.
Job Settings
Logs
Expected behavior
We expected the contents of the folder with the space (" ") at the end to be indexed
Versions:
The text was updated successfully, but these errors were encountered: