FTP in DTS -
04-13-2006
, 09:11 AM
I want to check for the existence of a file on an FTP site from a DTS
package. I had done similiar exercises with ActiveX and VB script for local
resources. After defining the FTP site in Windows Explorer so I can browse
to it anytime, I tried to reference the path in the ActiveX script but the VB
script doesn't dig the path. I know I could attempt to download the file and
then check for existence but I'd like a cleaner solution.
Any ideas? |