Yes, for simplicity, ignore the *.
Suppose i am checking for 3 files: abc.txt, xyz.txt, efg.txt.
If all are present on FTP then it prints "all files are there".
If xyz.txt and abc.txt are the only files on the FTP it will print "efg.txt is missing".
The actual number of files i need to check for is about 20 which is why i'm trying to write it cleaner.