Hi,
I currently have a part of my program that uploads an image file MainChart.png
from a set location (locally) to a set remote location(on the ftp server).
What I would now like to do is be able to upload more than one file at the same time.
What I am currently doing is repeating the same...
Imports System.Collections.GenericI
mports System.Net
Imports System.IO
Public Class Form2
'Dim filename As String
Public ftpSettings As FtpClient
Private Sub cmdUpload_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdUpload.Click
host =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.