tags:

views:

77

answers:

2

Hi I am looking for a windows FTP/SFTP server software that I can administrate (partly) by scripting against it, or if it has a .NET or COM API but at the end of the day I need to execute scripts/tasks against it that adds accounts and such.

I have considered building my own c# implementation but it seems unneccecary to do that by my self when there probably are tons of great ftp and sftp software out there.

Anyone has any suggestions?

Thanks in advance.

/Johan

A: 

CompleteFTP is a lightweight and fast Windows FTP/FTPS/SFTP/SCP server. At times we've considered adding the ability to do various admin things via a script. If you contact us and let us know what your requirements are, maybe we can help.

Bruce Blackshaw
A: 

I recommend Wing FTP Server, it supports very powerful Lua scripting and provides lots of Lua APIs. You can find more information on their website.

Jacky