• We cannot use any wild cards in file name while sending it using FTP.

    Rather while creating this file, store the file name in an SSIS variable and use that variable as file name in FTP.

    Or if you cannot fetch this file name. Then

    Create a For each Loop container. Loop thru the folder location and fetch your file name using '*.txt'. Store it in a variable and use that variable as filename in FTP.

    ____________________________________________________________

    AP