Hi there Could someone help me please. I have zip files that go onto an FTP Server. I want to connect to that server and then check if the file exists in my local folder on my local machine, if the files arent there i want them added to another folder say folder C. How do i do this using ftpConnection,tFTPFileList,tfileexist to compare the files on the server and those on the local folder(So that it only pics the files not on folder).
what if we use tftpfileexist using file pattern? what i observed is whenever we are having multiple files with same pattern it is returning false? any idea how to overcome this?