04-08-19, 03:08 AM
(04-08-19, 02:50 AM)asemshahen5 كتب : How to Upload a File to an FTP Server in Visual Basic 2010
الكود المستعمل في الفيديو :
PHP كود :
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If ofdBrowse.ShowDialog = DialogResult.OK Then
txtFile.Text = ofdBrowse.FileName
End If
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
My.Computer.Network.UploadFile(txtFile.Text, txtServer.Text & ofdBrowse.SafeFileName, txtUser.Text, txtPassword.Text)
End Sub
End Class
و ده ابلواد مع بوغراس بار .
FTP upload ProgressBar in VB.NET
لم ينجح اخي
جربت من قبل عدت مرات

