Merold
June 19th, 2001, 07:06 AM
Can anybody recommend a FTP library for use under Visual C++ 6.0 instead of the WinInet.dll?
I need the library primary for use within a FTP client for transfer of files
and to detect new files arriving in configurable directories. The library should
be used by a Windows 2000 service. Using the WinInet.dll resulted in a large amount
of memory used by the service, when it is running for several days.
It should be working with multithreading and files should be accessible more than
once (no exculsive access).
I need the library primary for use within a FTP client for transfer of files
and to detect new files arriving in configurable directories. The library should
be used by a Windows 2000 service. Using the WinInet.dll resulted in a large amount
of memory used by the service, when it is running for several days.
It should be working with multithreading and files should be accessible more than
once (no exculsive access).