ftp upload and download

  1. S

    How to FTP multiple files from local machine to FTP site?

    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...
  2. S

    When removing items the next items doesn't remove only the first one. please help

    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 =...
Back
Top