I have a .NET app that is trying to ftp a file but I'm ending up with 1 extra byte per line. My line separator is Environment.NewLine, which I believe translates into \n\r. How many bytes is that?I have a .NET app that is trying to ftp a file
I have a .NET app that is trying to ftp a file but I'm ending up with 1 extra byte per line. My line separator is Environment.NewLine, which I believe translates into \n\r. How many bytes is that?I have a .NET app that is trying to ftp a file