ui_transfer » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2009-08-24 | 2009-08-24 | ||
bug 452 (martin) | typography (martin) | ||
Line 20: | Line 20: | ||
On download, WinSCP: | On download, WinSCP: | ||
- | * Replaces characters that are not allowed in Windows filenames (''/\:*?\"<>|'') with ''%XX'', where ''XX'' is hexadecimal representation of character ASCII code. | + | * Replaces characters that are not allowed in Windows filenames (''/\:*?\"<>|'') with ''%XX'', where ''XX'' is hexadecimal representation of character ASCII code; |
- | * Replaces trailing space with ''%20''. | + | * Replaces trailing space with ''%20''; |
- | * Replaces trailing dot with ''%2E''. | + | * Replaces trailing dot with ''%2E''; |
* Addends ''%00'' to the end of names with reserved meaning on Windows (such as ''NUL'' or ''PRN''). | * Addends ''%00'' to the end of names with reserved meaning on Windows (such as ''NUL'' or ''PRN''). | ||