Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I'm searching for a solution to easily delete files on a SFTP server automatically after a specific period of days.
I read something about automation via PSFTP from PuTTY and WinSCP. But there are no examples for deleting files...
WinSCPではrm、時間の制約があるファイルマスクでコマンドを使用します(私が正しく理解している場合、何をしたいのか、特定の年齢のファイルのみを選択するため)。
rm
たとえば、5 日以上経過したすべてのファイルを削除するには:
rm *<5D
スクリプトを組み立ててその実行をスケジュールするその他すべての手順については、次を参照してください。
以下も参照してください。