ui_transfer » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2009-07-01 | 2009-07-02 | ||
| ui_progress for speed (martin) | 4.2.2 bug 58 (martin) | ||
| Line 22: | Line 22: | ||
| * 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''. | ||
| + | * Addends ''%00'' to the end of names with reserved meaning on Windows (such as ''NUL'' or ''PRN''). | ||
| + | |||
| On upload, WinSCP reverses the modifications to restore original filename. | On upload, WinSCP reverses the modifications to restore original filename. | ||