FTP.Initialize("FTP",server,port,user,passwort) 'server,port,user,passwort-> string variable
FTP.PassiveMode=True
FTP.List("/")
Wait For FTP_ListCompleted (ServerPath As String, Success As Boolean, FolderS() As FTPEntry, Files() As FTPEntry)
it works fine
Now I made a mistake, entered the wrong FTP address
In this case, Success is false and i call: