You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading a file via http on windows, an IOException is thrown if the url of the file contains a character that is not valid for file names on windows.
When downloading a file via http on windows, an IOException is thrown if the url of the file contains a character that is not valid for file names on windows.
Example:
sbuild http://downloads.sourceforge.net/project/trmi/trmi/trmi-0.1.4/trmi-0.1.4.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ftrmi%2Ffiles%2Ftrmi%2Ftrmi-0.1.4%2Ftrmi-0.1.4.zip%2Fdownload
Fails with: IOException: The filename, directory name, or volume label syntax is incorrect
StackTrace:
Specific issue in this example is the '?' (questionmark) character after "trmi-0.1.4.zip" on creation of the temp file.
For more info on invalid characters see: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247%28v=vs.85%29.aspx#naming_conventions
The text was updated successfully, but these errors were encountered: