Recent content by CHS

  1. C

    FTP multiple files using Loop

    Got it to work finally Private Sub Form_Load() Dim objFTP As FTP Dim fs, f, f1, fc, s folderspec = "C:\Documents and Settings\%username%\My Documents\TEST1\" Set fs = CreateObject("Scripting.FileSystemObject") Set f = fs.GetFolder(folderspec) Const conTARGET = "ftp://servername.com" Set fc =...
  2. C

    FTP multiple files using Loop

    thanks spikepl for pointing that out, I will give it a try and let you know. thanks again
  3. C

    FTP multiple files using Loop

    Hi everyone, I am wondering if someone can help me with a challenge that I am facing right now I have been trying to come up with a solution for the past 3 days with no success. Basically what I am trying to accomplish is uploading multiples file automatically into server. The code I am trying...
  4. C

    Greetings

    Hello, I am system Analyst l and I do all my work using Access "the best companion for any Analyst". I joined the forum hoping to learn more about VB programming even though I took classes in various programming from VB.net to COBOL but unfortunately I forgot everything I learned. Anyway Looking...
Back
Top Bottom