Hi,
".aspx" are "resume files", also called "checkpoint file" : they are used by the Aspera file transfer protocol (ascp) to allow resume of transfer in case of interruption and avoir corruption.
The actual extension is set in "aspera.conf" using the parameter "resume_suffix"
Note that the "Aspera Connect Client" sets this extension to ".aspera-ckpt" instead of the default value: ".aspx"
The resume policy of an aspera-based transfer is controlled by option "-k", or the transfer spec "resume_policy". (refer to manuals).
In case resume policy 0 (none) is used, then no ".aspx" file is created.
In other cases (1,2,3), a ".aspx" file is created and updated during the transfer, and deleted upon successful transfer.
Aspera (ascp) transfer files contents in the order provided on the command line (or in file list file). But some preparation work is done and empty files (together with .aspx) can be created in advance.
While transfer is in progress (or prepared) the transmitted file is created (empty, and then growing), and the .aspx file is updated.
To avoid having files with changing content but with a valid extension, it is recommended to set the parameter "partial_file_suffix" in "aspera.conf".
This parameter is set to ".partial" in "Aspera Connect", but is empty by default (in Desktop client).
When set, and during transfer, a file appears as two file: <filename>.partial and <filename>.aspx
and at the end of the file transfer , simple <filename>
So, the recommendation are:
1- set the partial file suffix to ".partial"
2- filter out suffixes ".partial" and ".aspx" in application monitoring folders
#Aspera#Support#SupportMigration