Not sure. The filename is not something from DietPi. Its most likely created by a peice of software you’ve installed on the system (either through dietpi-software or apt).
You can list the installed software with:
dietpi-software list | grep ' =2 '
Then we can try and find the program which may be generating these files.
Thanks for helping.
Actually I have made a mistake, they are not files but directories and they appear to be empty.
The installed software is hardly anything, I have tried to keep the system as low resource as possible being just an FTP server. The output of the command is:
I have checked the proftpd.log and I found something interesting but that I can not understand. Please find it here below:
2017-03-22 18:36:18,995 DietPi proftpd[1455] DietPi (192.168.1.199[192.168.1.199]): renaming ‘/.dstXXXT9X9sF’ to ‘/Backup_NVR’ failed: Directory not empty
2017-03-22 18:36:18,998 DietPi proftpd[1455] DietPi (192.168.1.199[192.168.1.199]): renaming ‘/Backup_NVR/.dstXXMjiTAP’ to ‘/Backup_NVR/192.168.1.199’ failed: Directory not empty
2017-03-22 18:36:19,000 DietPi proftpd[1455] DietPi (192.168.1.199[192.168.1.199]): renaming ‘/Backup_NVR/192.168.1.199/.dstXX5QTunY’ to ‘/Backup_NVR/192.168.1.199/2017-03-22’ failed: Directory not empty
2017-03-22 18:36:19,001 DietPi proftpd[1455] DietPi (192.168.1.199[192.168.1.199]): renaming ‘/Backup_NVR/192.168.1.199/2017-03-22/.dstXXZJ0d8Z’ to ‘/Backup_NVR/192.168.1.199/2017-03-22/004’ failed: Directory not empty
2017-03-22 18:36:19,004 DietPi proftpd[1455] DietPi (192.168.1.199[192.168.1.199]): renaming ‘/Backup_NVR/192.168.1.199/2017-03-22/004/.dstXXFvL3H1’ to ‘/Backup_NVR/192.168.1.199/2017-03-22/004/18’ failed: Directory not empty
2017-03-22 18:36:21,949 DietPi proftpd[1430] DietPi (192.168.1.199[192.168.1.199]): renaming ‘/.dstXXXjl0FXl’ to ‘/Backup_NVR’ failed: Directory not empty
Please note that Backup_NVR is the directory where the NVR uploads the snapshots of the video cams. Its subdirectories are the IP address (192.168.1.199) of the NVR and the day (2017-03-22). Then I have 4 directories, 001-002-003-004 that represent the number of each video cam.
Could it be the NVR is sending the directories using some kind of temporary folder which it tries to rename later?
How does the NVR send its material? Is it a specific program or some kind of an internal software?
I suspect this might be the culprit. From the ftp logs it looks like it uploads some kind of temporary folder and tries to rename it when finished uploading.
You could try uploading to a different server to check if the same happens.