Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
''EnviarArquivoFTP("/testePasta/testefile.xml", "c: estefile.xml")
EnviarArquivoFTP(txtServidorFTP.Text, txtArquivo.Text)
End Sub