|
I have the following code which starts a download:
Then, in a button event handler, I have this code which attempts to cancel the upload, disconnect, then dispose the Ftp object
What is the correct way to do this without receiving the "Another operation is pending" exception? |
|
If you simply need to abort the transfer and disconnect, just call the The thanks a lot. that seems to work fine
(21 Apr '11, 23:20)
John Hancock
|