Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 322 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 322 Bytes

deleteOldFiles

Delete old files based on a specific month, week, and day from FTP

config

for run deleteOldFiles put your config in path configs/configs.json

{
  "version": 1,
  "ftp_account": {
    "address": "127.0.0.1:21",
    "username": "",
    "password": "",
    "deletable_files_path":""
  }
}