
How can I watch an FTP transfer?
Hello all,
I need to know if an FTP transfer is taking too long or can I keep an eye on
the
number of bytes per second transferred to determine an FTP download/upload
that has gone
bad.
Has anyone any idea on how to achieve this?
The connection established using the following:
bRet = FtpGetFile(hConnection, szFileRemote, szFileLocal & "/" &
szFileRemote, False, _
INTERNET_FLAG_RELOAD, dwType, 0)
I assume this is a synchronous connection- and thus I can't do it???
Has anyone got sample code to do it asynchronously???
I have been asking this Q for months now- I really CAN'T believe no one has
done this before or knows an alternative!!
I simply want to monitor the number of bytes coming in/ going out of the
connection.
--
Julian Milano