Archived Forum Post

Index of archived forum posts

Question:

How to use BeginUploadFile Event

Sep 05 '12 at 16:50

Can someone please show me how to use the "ftp_BeginUploadFile" Event in .NET. I'm uploading a directory structure using PutTree and I've been told this Event records the files uploaded. I then want to use this list to know what files to delete.

' Called just before a file is to be uploaded.

Private Sub ftp_BeginUploadFile(ByVal path As String, skipFlag As Long)


Answer

See this Chilkat blog post: Adding a Callback Event Handler in VB.NET