Storage architecture

PPRO uses object storage for its SFTP service. This means that the timestamps/datestamps on the files as seen on the 'filesystem' of the SFTP site cannot be guaranteed to be accurate.

For example, all folders have a creation date at the UNIX Epoch of 01-01-1970. Make sure you use the text in the filenames as the reference for the date of the files and their content. This also means that the logic used to pull the files should not use any mechanism that would rely on a filesystem timestamp/datestamp