• 05 Oct

    How to add a timestamp to the original filename

    How to add a timestamp to the original filename

    Q: Original filename from the source is SOHF_JC_18092025.csv. We need it to rename to SOHF_JC_18092025_HHMMSS.csv. We need to add a timestamp to the original filename. For example, from SOHF_JC_18092025.csv to SOHF_JC_18092025_153303.csv

    A: Yes, possible using our file rename option in your Destination setup.

    RegEx:   (.*)\.(.*)
    Replace:    \1_%TCD:HHNNSS:.\2

    limagito file mover add a timestamp

    If you need any help about this ‘add a timestamp’ request, please let us know.

    Best Regards,

    Limagito Team

    #managedfiletransfer #filetransfer #filemanagement

    By Limagito-Team Rename
  • 05 Oct

    How to prevent unnecessary log entries

    How to prevent unnecessary log entries

    Q: For example, Scanning a remote SFTP site to collect a specific file that seldom appears. I see the first half om the log and need to scroll down to se the last entry. I can of course change the scanning interval, but they (a department) expect to have a swift delivery as soon as a file appears. It’s no biggie.

    2025-08-14 06:00:00 SFTPCheckConnected, CK Request Path after Login: /
    2025-08-14 06:00:00 SFTPCheckConnected, CK Change Path to /
    2025-08-14 06:00:00 SFTPCheckConnected, CK Request Path after Change: /
    2025-08-14 07:00:00 SFTPCheckConnected, CK Request Path after Login: /
    2025-08-14 07:00:00 SFTPCheckConnected, CK Change Path to /
    2025-08-14 07:00:00 SFTPCheckConnected, CK Request Path after Change: /
    2025-08-14 08:00:00 SFTPCheckConnected, CK Request Path after Login: /
    2025-08-14 08:00:00 SFTPCheckConnected, CK Change Path to /
    2025-08-14 08:00:00 SFTPCheckConnected, CK Request Path after Change: /
    2025-08-14 09:00:00 SFTPCheckConnected, CK Request Path after Login: /
    2025-08-14 09:00:00 SFTPCheckConnected, CK Change Path to /
    2025-08-14 09:00:00 SFTPCheckConnected, CK Request Path after Change: /
    2025-08-14 10:00:00 SFTPCheckConnected, CK Request Path after Login: /
    2025-08-14 10:00:00 SFTPCheckConnected, CK Change Path to /
    2025-08-14 10:00:00 SFTPCheckConnected, CK Request Path after Change: /
    2025-08-14 11:00:00 SFTPCheckConnected, CK Request Path after Login: /
    2025-08-14 11:00:00 SFTPCheckConnected, CK Change Path to /
    2025-08-14 11:00:01 SFTPCheckConnected, CK Request Path after Change: /
    and so on…

    A: Yes, you can exclude these entries if you want:

    limagito file mover logging option

    • Double click on the ‘Log Exclude Filter’

    limagito file mover unnecessary log entries

    limagito file mover unnecessary log entries

    Feeback customer:

    Just want to give kudos for your support. Among the absolute best I’v encountered!

    If you need any help about this ‘unnecessary log entries’ request, please let us know.

    Best Regards,

    Limagito Team

    #managedfiletransfer #filetransfer #filemanagement

  • 05 Oct

    How to convert audio from one format to another format

    How to convert audio from one format to another format

    Q: We would like to archive audio, convert from one format and downsample to another format. What I’ve tested is FFmpeg.exe  This program would need to execute a command to convert the original file to another format at the destination. This seems really simple, command line execution, but you would know how best to format this process. We would be copying files from source to destination. Here’s the command we’d execute for each file (obviously the file names would be different for each file).

    ffmpeg -i audio.wav -acodec libmp3lame audio.mp3

    I figured it out how to make this work with 2 rules.

    • First rule to execute the command and convert the files.
    • The second rule to be triggered when the first rule is complete to move the files to central storage. I just processed 145 files and it was effortless.
    One question. IF the command that is being executed in rule 1 has a problem (error message “process already running”) or anything like that, how do I kill the process that is operating in the background? I experienced this when I didn’t have a setting for overwrite, it was looking for a Y or N to continue. I added the setting to overwrite, but if something else comes up?
    • Added CMD (Command Line) as Destination:
    limagito file mover command line as destination
    • Screenshot of the Command settings I used:
      • Command Line: CMD /C “C:\Temp\ffmpeg.exe” -i “%SFP%SFN” -y -ab 48k “%DFP%DFW.mp3”
        • CMD /C: Execute Command and Close afterwards
        • %SFP: Source File Path ( Path ends with a \ )
        • %SFN: Source File Name
        • -y to confirm overwrites without needing a user interference
        • %SDFP: Destination File Path, in this setup it was set to C:\Temp\Test\
        • %DFW: Destination File Name Without Extension

    limagito filemover convert audio

    A: Setup looks good. You need command line switches that do not ask any feedback to the ‘user’. In case of error it should return a value <> 0. I guess it will be possible with ffmpeg.exe and it seems you already did by adding the -y switch.

    If you need any help about this ‘convert audio’ request, please let us know.

    Best Regards,

    Limagito Team

    #ffmpeg #managedfiletransfer #filetransfer #filemanagement

    By Limagito-Team Command Conversion
1 2
SEARCH