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.
Fornito di campioni
The following samples are included in the SDK:Coda di trasferimento
Add Items to Transfer Queue
Creates new items and adds them to the transfer queue in a running instance of SmartFTP.Ubicazione: Samples\TransferQueue\AddToQueue
Ubicazione: Samples\TransferQueue\AddItemToQueue
Transfer Queue Plugin
Sample plugin in C++Ubicazione: Samples\TransferQueue\SamplePlugin
SmartFTP
Transfer Statistics
Polls SmartFTP for the current upload and download rate and writes the data to a csv file.Ubicazione: Samples\TransferQueue\Performance Counter
Transfer Statistics using RRDtool
Uses RRDtool to generate transfer statistics.Ubicazione: Samples\SmartFTP\rrdtool
Ideas
Some ideas of applications and plugins that can be created using the SDK.Preferiti
- Import Favorites/Sites from other applications/database to SmartFTP.
- Export favorites to a database
Coda di trasferimento
- 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.