Question:
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)