ui_transfer » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2008-03-31 | 2008-03-31 | ||
4.0.7 trailing space replacement (martin) | typo (martin) | ||
Line 18: | Line 18: | ||
The //Replace '\:*?'// checkbox affects [[task_download|downloads]] only. It makes WinSCP automatically modify filenames to match Windows requirements: | The //Replace '\:*?'// checkbox affects [[task_download|downloads]] only. It makes WinSCP automatically modify filenames to match Windows requirements: | ||
- | * Replace 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''. | ||