D
Dave
I'm using FtpWebRequest to send a encrypted pgp file. It sends the file but
molestes the data in the process. I think it's happening in the line
byte[] fileContents = Encoding.UTF8.GetBytes(sourceStream.ReadToEnd());
I want to sent the file as is and not make any changes to the bits. Which
encoding should I use.
By the way I have request.UseBinary = true;
Thanks,
molestes the data in the process. I think it's happening in the line
byte[] fileContents = Encoding.UTF8.GetBytes(sourceStream.ReadToEnd());
I want to sent the file as is and not make any changes to the bits. Which
encoding should I use.
By the way I have request.UseBinary = true;
Thanks,