Page 1 of 1

Wing FTP SQL Integration

Posted: Thu Jan 27, 2011 10:24 am
by rboteler
Dear Wing FTP,

My company are looking into a new ftp server installation. We would like to integrate it with our line of business web application, which we have developed in-house. Our web app is designed with asp.net, and has a ms sql2005 database.

I have noticed you can store the Wing FTP configuration within a database. Would it be possible to automate ftp account creation, perhaps using sql triggers from our web app's db?

I look forward to your thoughts,

Many Thanks!

Rob.

Re: Wing FTP SQL Integration

Posted: Thu Jan 27, 2011 12:04 pm
by FTP
Yes, you can insert a row into the database for creating a new account, and you can find an example in the help manual: http://www.wftpserver.com/help/ftpserve ... xample.htm

Re: Wing FTP SQL Integration

Posted: Thu Feb 03, 2011 12:09 pm
by rboteler
Thanks Paul, that v useful.

I think I will have to get familiar with the Lua scripting language also.