My app uses myftp.UploadFile method to send a file to a ftp server. It succeeds, it fires UploadCompleted with Success=True and then return to some other function (nothing to do with the FTP objects).
But i can see the UploadProgress event keeps firing even if the upload is completed. I know it because i have a Log() there. I've tried to call myftp.Close or .CloseNow but it keeps firing it. Anybody?
But i can see the UploadProgress event keeps firing even if the upload is completed. I know it because i have a Log() there. I've tried to call myftp.Close or .CloseNow but it keeps firing it. Anybody?