Hi
I'm using edFTPpro and VB.
I'm downloading & deleting multiple files and thats working fine. What I'd like to know is where an exception would be thrown when one of the remote files is deleted from outside of my app, say by the server operator etc, whilst the batch is being downloaded. Naturally this results in a file not found exception.
I have exception handling in OnConnect, OnDownload, OnDelete and OnClose but the exception isn't within those, although I would have expected it in the onDownload.
Any clues on where I need to trap the error?
cheers
Malcom