c# - Where can I find a FTP Server with an API? -


i looking ftp server has decent api. great if code use .net framework. using secure ftp globalscape have had less plesant experiences working it.

have had @ iis7? if server fits needs (it has improved feature set since v6) api using microsoft.web.administration usable.

it's not comfortable administering websites (there typed classes in microsoft.web.administration that), there examples here, can check if api enough you:

http://forums.iis.net/p/1150298/1873516.aspx


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -