U MK wrote:
> In property content--type, I have seen only "text/plain", and
> "application/octet-stream" but it doesn't work with Binary content.
> Is there any other content-type I need to set OR any mandatory property
> need to set?
You should know what exactly your file is. :)
For example, for HTTP transfer it is:
Content-Transfer-Encoding: binary
regards.