Re: Automatically move or delete files from a folder after x amount of days
Yes it's possible to write a script to delete/move old files.
A simple example is here:
Batch delete files on FTP older than x days
For more fancy rules, it's better to use PowerShell:
How to delete files older than x days from SFTP server in PowerShell
You will find lot of other examples here on the forum and on Stack Overflow.
A simple example is here:
Batch delete files on FTP older than x days
For more fancy rules, it's better to use PowerShell:
How to delete files older than x days from SFTP server in PowerShell
You will find lot of other examples here on the forum and on Stack Overflow.