Hi Loungers,
I hope this question has not been asked before (at least recently. Since SEARCH is disabled, I can’t do my usual check-before-you ask-the-same-bonehead question-(S)HE-asked-question).
Have any of you had (a favorable) experience with a particular ActiveX object (or other means) to do FTP directly from an Access application (using VBA)? In other words, I have a query’s worth of .JPG photo names (selected from a much larger table) that I wish to be able to FTP to a website. I HAVE been doing this by getting my app to write a text file containing the FTP commands and selected file names. I then close the Access app and execute the script with the command line http://FTP.EXE that comes with Windows 2000. As some of you may know, unfortunately that program is buggy (read: sux, but it wuz free) and it won’t verify file transfer (ie loop back and retry if there was a failure) and I’ve decided that after futzing around with other stand-alone script-based FTP software (like WS-FTP, which is generally good in immediate Windows mode, but also has script bugs (read: sux AND cost a lot of money AND the authors don’t give a rat’s a** about YOUR problems) that if I have VBA control over the process, I’ll get (make) the cleanest, simplest interface, especially for users who DECIDEDLY don’t wish to be initiated into the mysteries of FTP.
Thanks! Y’all are ALWAYS a lot of help !
– David