问题 I am trying to use this code to upload a file to an FTP, the problem I have is that when the syntax hits the serverURI.Scheme != Uri.UriSchemeFtp it returns false. Does that mean I have my URI address set-up incorrectly? I know it is a valid address, I have used ftptest.net to verify the site is up and running. What is incorrect in my syntax? private void button1_Click(object sender, EventArgs e) { Uri serverUri = new Uri("ftps://afjafaj.org"); string userName = "Ricard"; string password = ""