a***@ingr.com
2007-03-06 22:30:05 UTC
For some years, we have been running at many sites a service written
in VB.NET that calls a DLL written in Microsoft Visual Basic 6. This
DLL uses wininet.dll's FtpGetFile to copy files from an FTP directory
to a local scratch directory.
We have noticed that on some machines, FtpGetFile places a copy of the
file being copied not only into the scratch directory but also into "C:
\Documents and Settings\Default User\Local Settings\Temporary Internet
Files\Content.IE5". However, on other machines, FtpGetFile does not
place a copy of the file into "Content.IE5".
Does anyone know why this would happen on one machine but not on
another with the same DLL?
Does anyone have a suggestion on how to prevent the copying of files
by FtpGetFile into "C:\Documents and Settings\Default User\Local
Settings\Temporary Internet Files\Content.IE5"? We are looking for
machine settings or code parameters or -- preferably -- both.
--- Alan Barksdale --- ***@INGR.Com ---
in VB.NET that calls a DLL written in Microsoft Visual Basic 6. This
DLL uses wininet.dll's FtpGetFile to copy files from an FTP directory
to a local scratch directory.
We have noticed that on some machines, FtpGetFile places a copy of the
file being copied not only into the scratch directory but also into "C:
\Documents and Settings\Default User\Local Settings\Temporary Internet
Files\Content.IE5". However, on other machines, FtpGetFile does not
place a copy of the file into "Content.IE5".
Does anyone know why this would happen on one machine but not on
another with the same DLL?
Does anyone have a suggestion on how to prevent the copying of files
by FtpGetFile into "C:\Documents and Settings\Default User\Local
Settings\Temporary Internet Files\Content.IE5"? We are looking for
machine settings or code parameters or -- preferably -- both.
--- Alan Barksdale --- ***@INGR.Com ---