Hello!
I am using ftpConnection for VB and I can't figure out how this "Uploaded Event" thing works.
Can someone give me an example like this:
newFTPConn.UploadFile("file.txt", "upfile.txt")
if filewasuploaded = true then
msgbox("OK")
end if
how can I check, if the file was up/downloaded completely?
Thank you for your help
Guntram