Hi, I have a lookup tables with user names (ftp_users.csv). Every day I'm getting one line from a particular system with users with FTP permissions, I want to compare between the lookup file (whic...
See more...
Hi, I have a lookup tables with user names (ftp_users.csv). Every day I'm getting one line from a particular system with users with FTP permissions, I want to compare between the lookup file (which contains the allowed FTP users) with the line I'm getting from the system and to alert when there is no match. The line form the system looks similar to the below row: users=user1, user2, user3, user4, user5 I'll appreciate any help with that, Thank you.