Differences
This shows you the differences between the selected revisions of the page.
2013-05-15 | 2013-10-24 | ||
Renaming Login/Preferences "tabs" to "pages" (martin) | 5.2.5 Bug 842: Removing BOM/EOF marks on text mode uploads is configurable and disabled by default (martin) | ||
Line 31: | Line 31: | ||
To configure transfer mode in [[scripting]], use ''-transfer'' switch of file transfer commands. In .NET assembly use ''[[library_transferoptions|TransferOptions.TransferMode]]''. | To configure transfer mode in [[scripting]], use ''-transfer'' switch of file transfer commands. In .NET assembly use ''[[library_transferoptions|TransferOptions.TransferMode]]''. | ||
+ | |||
+ | ===== Additional Modifications ===== | ||
+ | WinSCP can perform additional modifications to the text files during transfer, if configured so. Particularly, it can remove UTF-8 byte-order masks and eof-of-file marks from uploaded files. See //[[ui_transfer_custom#upload_options|Remove BOM and EOF marks]]// transfer settings. | ||
+ |