SDK
The SmartFTP Client Software Development Kit (SDK) offers you the ability to extend SmartFTP and it allows you to automate SmartFTP. The objects are accessible through COM interfaces.
Provided Samples
The following samples are included in the SDK:Transfer Queue
Add Items to Transfer Queue
Creates new items and adds them to the transfer queue in a running instance of SmartFTP.Location: Samples\TransferQueue\AddToQueue
Location: Samples\TransferQueue\AddItemToQueue
Transfer Queue Plugin
Sample plugin in C++Location: Samples\TransferQueue\SamplePlugin
SmartFTP
Transfer Statistics
Polls SmartFTP for the current upload and download rate and writes the data to a csv file.Location: Samples\TransferQueue\Performance Counter
Transfer Statistics using RRDtool
Uses RRDtool to generate transfer statistics.Location: Samples\SmartFTP\rrdtool
Ideas
Some ideas of applications and plugins that can be created using the SDK.Favorites
- Import Favorites/Sites from other applications/database to SmartFTP.
- Export favorites to a database
Transfer Queue
- Fill transfer queue with items from a database, text file or RSS feed.
- Create application which uses transfer queue to automate transfers.
- Run commands, update a file, write a log or notify users after a transfer queue item has been processed.