File Mover Blog

  • 29 Jan

    Download only certain date specific files

    Q: Download only certain date specific files from FTP
    I have an ftp account that has a file for each day of the month in it. I need to download a file each day for that particular Monday – Sunday. This will go into a rename job so for example file 01162023 (for Monday, January 16, 2023) would be renamed to SLMON. File 01172023 would rename to SLTUE, 01182023 SLWED, and so on until 01222023 for SLSUN.

    So once more, I would need to set a download each night to pull a file with that dates name and have it rename. So tonight would download file 01212023 and rename it to SLSAT. Then Sunday would pull a single file for that date. Is that doable?

    A: Yes this is possible, so you would trigger it every evening and it would pick up the file for tomorrow and rename it. This will also work for other source types than FTP.

    1. Please open the File Filter Setup

    – Enable ‘Allow parameters in File Name filter’ in the Advanced Tab:

    Limagito File Mover File Filter setup

    – Set the Filename Include Filter to:
    %TCD:[IncDay+1]mmddyyyy:.pdf

    In my example I’m looking for .pdf files but it could also be like (every type of file):
    %TCD:[IncDay+1]mmddyyyy:.*

    Notice the [IncDay+1] so it looks for the next day.
    Limagito File Mover Date specific files

    2. Open the Destination setup
    Limagito File Mover WIN as Destination

    – Rename Tab > Enable Rename Files > Setup Renaming:
    Limagito File Mover Destination renaming options

    – Add the following renaming expression:

    RegEx:   (.*)\.(.*)
    Replacement:   SL%TCD:[IncDay+1]ddd:.\2

    Limagito File Mover Destination renaming setup

    – Customer: Great thanks. What would I do if I pulled it at say 1am for the same day?
    – Limagito: Remove the   [IncDay+1]   in the File Filter AND the Renaming setup

    #FileTransfer #FTP #SFTP

    If you need any info about this post, please let us know.

    Best regards,

    Limagito Team

    By Limagito-Team Filters FTP
  • 10 Jan

    Vulnerabilities-scanning detected a cipher which is not in that approved list

    Due to vulnerabilities-scanning at one of our customers we got the request to add an option for a customized cipher list.

    We added an option in version v2023.1.9.0 to control the list.

    By default we excluded ( !aNULL:!MD5:!RC4:!3DES:!CAMELLIA ) the unsafe ciphers so about 20 considered secure ciphers will remain by default.

    vulnerabilities-scanning

    Previous article about Web Remote security: link

    #FileTransfer

    If you need any info about this post, please let us know.

    Best regards,

    Limagito Team

  • 25 Dec

    File Transfer Management is easy

    File Transfer Management is easy, .. no it isn’t. If somebody tells you it is .. he is lying 🙂

    The following information is just our opinion and you certainly don’t have to agree. We’ll keep adding tips here, feel welcome to add your tips also.

    • Logging
      • Never ever log over the network
        • Ok but .. no, never
      • Always log to a local disk
      • Add a Rule to move older logs if you want to keep them
    • Moving files between processes
      • Let those processes write to a local disk of the system where they are running
      • We prefer SFTP or FTP(S) over Windows shares
        • SFTP and FTP(S) folders are not so visible
        • SFTP and FTP(S) are ‘File Transfer Protocols’
        • No need for network mappings
        • No network mapping issues
        • Security of Windows shares
          • Often set to ‘Everyone Full Control’
        • We prefer SFTP or  FTP(S) Get from a previous process
    • ..

    #FileTransfer

    If you need any info about this ‘File Transfer Management is easy’ post, please let us know.

    Best regards,

    Limagito Team

    By Limagito-Team News
1 32 33 34 35 36 37 38 136
SEARCH