Moving FTP process to DTS package -
08-22-2006
, 09:34 AM
I want to move an existing working cmdexec ftp process that is performed
prior to an import to the DTS package to the DTS package (for security, inbed
userid/password to package). In researching whether this will be possible, I
have one potential issue. The destination file is placed on a 'network
share'. In order to do this within the FTP script, I am performing an 'lcd'
to map the virtual drive prior to 'get' of the file. Can this be done within
the FTP task of DTS and if so, how? |