Part of the program I'm writing is supposed to delete files on my ftp server that do not have the extension .htm. I've tried to achieve this with the functions _FTP_FileFindFirst, _FTP_FileFindNext and StringRight, but it doesn't work at all. Working this out for a normal folder is no problem, but I'm new to the _FTP functions so could anyone help me out with this one? This is the part of the code I'm talking about: $nonhtm = _FTP_FindFileFirst($Conn, $ftpfolder & "/*.*", $h_Handle) If $a