Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have 3 windows based Servers A,B and C. I will be creating a DLL using C# and put this DLL on Server B. Here one scheduler will be work.
When scheduler starts it will fetch a file from Server A through SFTP protocol and transfer on Server C through FTP protocol.

Please help me how can I solve this issue in dot net..

A <-->B(Scheduler will DLL) <-->C

Thanks in Advance.
Posted

1 solution

I addressed the requirement of accessing SFTP programatically using recommendations from this article[^]. Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900