Пытаюсь загрузить файл на FTP-сервер с C #. Файл загружен, но без байтов. private void button2_Click(object sender, EventArgs e) { var dirPath = @"C:/Documents and Settings/sander.GD/Bureaublad/test/"; ftp ftpClient = new ftp("ftp://example.com/", "username", "password"); string[] files =...