Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
descarregarArquivoFTP(txtServidorFTP.Text, txtUsuario.Text, txtSenha.Text, txtArquivo.Text)
End Sub
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
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
descarregarArquivoFTP(txtServidorFTP.Text, txtUsuario.Text, txtSenha.Text, txtArquivo.Text)
End Sub
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