Hello,
I'm trying to build a custom FTP Adapter so I can back up files before
they
are removed. I've been using the Adapter project template available on the
biztalki SDK, and I'm able to code my own very basic FILE adapter.
The problem here is that I have to do the same, but for an FTP adapter.
Using ILDASM I took a look at Biztalk's FTPAdapter, and I saw it was using
XCeedFtpLib library.
Doing a bit of research I came along the only blog that suggested using
the
same library available with biztalk installation
(Interop.XCeedFtpLib.dll),
but on XCeed's help page mention that you need a valid license key in
order
to run any methods in teh library.
Does any one know where biztalk stores that license key? Or how can I
access
it so I can do a XCeedFtpLib.License(key) call prior to calling any other
methods?
What's more, if anyone has built any FTP adapter, can he give me his/her
advice on the best way to approach this solution?
Thanks in advance.
R.