' Use the ReceiveMultipleFiles method if you want to use wildcards to receive more than one file at a time. If Err.Number = 0 Then ' step (7) MsgBox "Successfully downloaded the file." Else MsgBox "Download error. Description: '" & Err.Description & "'. Error#" & Err.Number End If
Call XceedFtp1.Disconnect ' step (6) Else MsgBox "Connect error. Description: '" & Err.Description & "'. Error#" & Err.Number End If