Hello,
I am trying to upload encoded files using the Internet Transfer Control (Inet) to a private FTP-site. Now the problem is that when the file is uploaded it's content changes (some characters are replaced with a couple of new ones) and the decoding of the file will not work anymore.(See example below)
The solution will most likely be that the file should be uploaded in Binary mode, but is this possible with the Inet control? And if not, how can I do this another way? (I have full access to the FTP-server)
Thanks a million!
Example:
File content: "Hello" -> Encoding -> "©ÑçÁ²" -> Stored to file -> "©ÑçÁ²" -> Stored to web -> "ÂéÑ╣¥Á²" -> Decoding -> Crap.




(See example below)
Reply With Quote