File Mover Blog

  • 04 May

    How to use our LDAP client with the user accounts option

    In version v2025.5.4.0 we added a LDAP Client option to our User Accounts setup. This new option is available for Site+ and Coporate+ license holders.

    • Open the Accounts option under the Tools menu item:

    limagito file mover user accounts option

    • In our example the administrators group of the limagito domain was added
      • Check ‘Enable User’
      • Check ‘Domain User or Group’
      • Add Username (or Groupname) with the domain as prefix ( domain\username or domain\groupname )

    limagito file mover user accounts setup

    • Switch to the LDAP Client Tab
      • Check ‘Enable Client’
      • Add the Client(s) you need
        • You can add multiple domains
      • For each domain you add, you need to add:
        • LDAP Host, our LDAP test server is using the IP 192.168.2.202
        • LDAP Port, our LDAP test server is listening on Port 636
        • LDAP Use TLS
          • When enabled TLS will be used to encrypt the LDAP packets

    limagito file mover ldap client

    • Login screen using the administrator user of the limagito domain ( limagito\administrator ). In our example the administrator user of the limagito domain is a member of the limagito domain administrators group so the logon will be successful.

    limagito file mover login screen

    If you need any help with this option, please let us know.

    Best Regards,

    Limagito Team

    #ldap #managedfiletransfer #filetransfer #filemanagement

    By Limagito-Team How-to ,
  • 14 Apr

    How to include pdf page count next to the filename after moving

    Q: Could you assist, can I include a PDF page count next to the filename after moving PDFS in my Rule Events email notification. Also a total number of files. Thank you for your time.

    A: Yes this is posible using some Pascal Script.

    • We used a Windows folder as Source

    limagito file mover windows folder as source

    • File Filter Setup:
      • We only want to move pdf files ( *.pdf )

    limagito file mover file name include filter

    • Pascal Script Setup:

    limagito file mover pascal script

      • Enable and add the following ‘On Rule Begin’ script:  link
        • psVIA := 0; will set the Integer parameter %VIA to zero
        • psVSA := ”; will clear the String parameter %VSA

    limagito file mover include pdf page count

    • Rule Events Setup:

    limagito file mover rule events

      • Enable ‘On Success’ event and enable ‘Enable Mail’
      • In the Mail setup we’ll use the parameters %VSA and %VIA
        • %VSA will contact the filename and page count
        • %VIA will contain the total number of files

    limagito file mover rule events email setup

      • Don’t forget to enable ‘Trigger mail event after scan’ because we want a single email ofter the move is done:

    limagito file mover rule events options

    • Function Setup:
      • Enable ‘Exit Cyclus on Error’ because the second Destination (Pascal Script) should not be executed when the move of a source file is not successful.

    limagito file mover function setup

    • Destination Setup:
      • First Destination must be the actual Desination of the Source Files, in our case a Windows folder
      • Second Destination is a Pascal Script which will count the total number of files successfully moved and will keep track of the pages of each pdf file.
        • This info is used in the Rule email event.

    limagito file mover destination setup

    limagito file mover windows folder as destination

      • Add the following ‘Destination’ Pascal Script:  link

    limagito file mover pascal script as destination

    • RunTime Log Result:

    limagito file mover runtime log result

    • Email Result:

    limagito file mover include pdf page count email result

    If you need any help with this ‘include pdf page count’ request, please let us know.

    Best Regards,

    Limagito Team

    #managedfiletransfer #filetransfer #filemanagement

    By Limagito-Team PDF ,
  • 13 Apr

    Rename files before they are delivered to destination

    Q: For a particular transfer job, we have a need to rename files before they are delivered to destination. What we really need is to append the time and data to the file name before file extension. Can you please let me know how can I use this option efficiently to achieve what I am looking for. Example

    Actual file name: Data0018.dat

    Final file name at destination: Data0018<hhmmmmddyyyy>.dat

    Test setup of customer:

    limagito file mover Rename files before

    A: Please use our file rename option in your Destination setup:

    RegEx:   (.*)\.(.*)

    Replacement:   \1%TCD:HHNNMMDDYYYY:.\2

    limagito file mover rename files before

    If you need any help with this ‘Rename files before’ question, please let us know.

    Best Regards,

    Limagito Team

    #managedfiletransfer #filetransfer #filemanagement

    By Limagito-Team Rename
1 2 3 4 151
SEARCH