I have written FTP server in C# which is working quite fine with client on one machine, but when i try to send file to server from other PC,
Exception occurs, Input string was not in correct format
double FileSize = double.Parse(System.Text.Encoding.ASCII.GetString(downBuffer, 0, bytesSize));