Subj : Re: Skip packets
To : Alan Ianson
From : Wilfred van Velzen
Date : Tue Apr 16 2024 08:25 am
Hi Alan,
On 15 Apr 24 19:29, Alan Ianson wrote to Flavio Bessa:
about: "Skip packets":
AI> It could also be that files with the same filename exist in the nodes
AI> inbound already.
Binkd always tries to rename files if that is the case. It even has an option for this:
# Rename style if file with the same name already exists in inbound
# rename-style [postix|extension]
#
# 'postfix' append number at the end of filename, after dot (default)
# example: file.ext -> file.ext.1
# 'extension' change filename extension
# example: file.ext -> file.ex0
#
# Not applied to *.pkt, arcmail, *.tic, *.req - only filename is changed
# for these file types.