# PutinFtp.TCL

**Category:** Eggdrop_Bot
**Original Author:** Nor7on

## Description
This script automates the uploading of files to a remote FTP server at regular intervals.

## Key Features
- Uploads two specified files from a local directory to an FTP server.
- Configurable upload interval via `sendtime` variable.
- Logs actions with timestamps and messages.
- Uses Tcl scripting language for automation.

## File Analysis
- **PutinFtp.TCL** — Contains the main script logic, including file uploads, logging, and scheduling.
  - Configures variables such as server details, filenames, and upload intervals.
  - Implements a timer to trigger file uploads at specified intervals.
  - Uses `exec` to run the FTP command-line client.