June 17, 2005
Simple FTP Methods from Microsoft Access
By Danny Lesandrini
Every once in a while, I have been asked to provide FTP services in my Access applications. Years ago, I found some really complex code in a VB Tutorial book that used the Inet Control for managing FTP commands. It was finicky at best and required thousands of lines to accomplish the simplest tasks.
I read this article today and there are clearly a number of developers who would find this a most interesting approach. Certainly beats the hoops one had to jump through in the past to do something that should have been alot simplier.
Full article here