Hi, how does one 'remove BMO' using the .Net Assembly?

Advertisement

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,552
Location:
Prague, Czechia

Re: Hi, how does one 'remove BMO' using the .Net Assembly?

gbmarshall99 wrote:

I'm getting a BMO mark (3 letters) in the front of the files I upload using WINSCP .Net Assembly.
It sounds like you believe WinSCP is adding those. It is not. The BOM must be in your original files already.

How does one enable Remove BMO in .Net Assembly?
https://winscp.net/eng/docs/ui_transfer_custom
Use RemoveBOM raw transfer setting:
https://winscp.net/eng/docs/rawtransfersettings#removebom

Reply with quote

gbmarshall99
Joined:
Posts:
2

Re: Hi, how does one 'remove BMO' using the .Net Assembly?

This code didn't work:
sessionOptions.AddRawSettings("RemoveBOM", "1")
Any suggestions?

Reply with quote

Advertisement

You can post new topics in this forum