Dim sf As Object = FTPpro.SendCommand ("NOOP", "")
Wait For (sf) FTPpro_CommandCompleted (Command As String, Success As Boolean, ReplyCode As Int, ReplyString As String)
Dim sf As Object = FTPpro.SendCommand ("NOOP", "") ''' <--- Cannot assign void value.
Wait For (sf) FTPpro_CommandCompleted (Command As String, Success As Boolean, ReplyCode As Int, ReplyString As String)