Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2k views
in .NET FTP by
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

1 Answer

0 votes
by (162k points)
Take a look at the TransferComplete event.

I don't have an example handy, but search for a tutorial on .NET events.

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

Categories

...