Can VBA FTP?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Randy Harris

    #1

    Can VBA FTP?

    Has anyone had experience embedding FTP client capability into Access?
    What's available? API, third party, something else?


  • Douglas J. Steele

    #2
    Re: Can VBA FTP?

    Check http://www.mvps.org/access/modules/mdl0015.htm at "The Access Web" for
    a quick-and-dirty that simply shells out to FTP.EXE, or
    http://www.mvps.org/access/modules/mdl0037.htm, which uses the Internet Data
    Transfer library which is installed with IE.

    --
    Doug Steele, Microsoft Access MVP

    (No private e-mails, please)



    "Randy Harris" <randy@SpamFree .com> wrote in message
    news:oD8ib.650$ P%1.636448@news svr28.news.prod igy.com...[color=blue]
    > Has anyone had experience embedding FTP client capability into Access?
    > What's available? API, third party, something else?
    >
    >[/color]


    Comment

    • Tony Toews

      #3
      Re: Can VBA FTP?

      "Randy Harris" <randy@SpamFree .com> wrote:
      [color=blue]
      >Has anyone had experience embedding FTP client capability into Access?
      >What's available? API, third party, something else?[/color]

      Also see the third party controls section at the Access Email FAQ at my website as
      the email control vendors usually have FTP and such available too. Also if you want
      to work "closer to the metal" you can go directly against Winsock or the APIs. See a
      bit lower down on that same page.

      Tony
      --
      Tony Toews, Microsoft Access MVP
      Please respond only in the newsgroups so that others can
      read the entire thread of messages.
      Microsoft Access Links, Hints, Tips & Accounting Systems at

      Comment

      Working...