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

Invalid characters should be removed #28

Closed
ipkpjersi opened this issue Dec 24, 2018 · 1 comment
Closed

Invalid characters should be removed #28

ipkpjersi opened this issue Dec 24, 2018 · 1 comment

Comments

@ipkpjersi
Copy link

ipkpjersi commented Dec 24, 2018

Hi,

In this picture: you can see that a file with ":" is downloaded - this is an invalid character for Windows since it is used for NTFS Alternate Data Streams so it should be removed.

Also here you can see quotation marks used in folder names, this would be invalid on Windows and would likely fail:

A list of invalid characters can be found here: https://stackoverflow.com/questions/1976007/what-characters-are-forbidden-in-windows-and-linux-directory-names/31976060#31976060

Thanks.

@ipkpjersi
Copy link
Author

Also, upon further testing, it seems that the / character is not removed either. That leads to https://codecourse.com/watch/vue-laravel-spa creating a Vue folder with a Vuex Single Page App Boilerplate folder inside of it.

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

2 participants