Closed lukaslcf closed 6 years ago
Thanks for the bug report. Will look into this folders with spaces are fully supported when using the client - so it certainly looks like something is not right with the sync_list handling of the same.
Assign it to me if you like and I’ll get onto it this week
Thanks - greatly appreciated :)
@robertjf Any update as to looking at this issue?
sorry for the delay; looking at it today.
there should be no quotes, escaping or any other attempt to "massage" the directory path - just type it as you see it. For example, instead of "Cinema Soc"
just use Cinema Soc
dlang's buildNormalizedPath method will be able to cope with the spaces without any special treatment, and if you add any quotes at all it will return a negative on the match.
@LegendLukaz can you please update your sync_list and remove the quotes and try again?
@robertjf the sync_list worked after removing the quotes. Thank you very much for the help!
Updated readme.md with examples of files / folders with spaces in them for clarity.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Bug Report Details
Describe the bug Folder with space within it cannot be correctly read in the sync_list file. I have tried to quote the folder name with double quote or single quote, but none of them works. I also tried to escape the space with \ but it does not work either.
Application and Operating System Details:
To Reproduce
Complete Verbose Log Output
sync_list
contentBug Report Checklist