martin wrote:
Hello Prikryl,
Thanks for the quick response.
One step is missing from below list of steps (e- step)
We are facing challenge in configuring properties for winscp.dll version 5.5.5 targeted to .netframework and operating system is Windows XP. below is the description.
a. We developed.net application which has unique functionality that transfers files to SFTP server
b. For transferring files to SFTP server we used winscp.dll
c. As we want to configure properties of winscp.dll like (hostname, username, password) dynamically.
d. Dynamically mean we want to put all the properties in XML/ Text file having property name with values.
e. We need to fetch these XML/Text values to the code and want to bind these as properties for sessionOption class.
f. IS there any method to accomidate these functionality .
g. We have checked all the methods exposed by winscp.dll.
h. But no method is giving such a feature.
Can you please help us how to archive this functionality with .net winscp dll