Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to create console application in c# to automate the process of downloading some files from a SFTP server to my local hard drive at a set time each week/day.
SFTP Server installed OpenSSH for windows and client machine also.

Any ideas how I could do such a task? or sample code.

Thanks in advance.
Posted

1 solution

Hi,

it's not an easy "normal" task so it would take time to do this for your own.
Here's a great library which also supports using SFTP-Protocol.

http://sourceforge.net/projects/sharpssh/[^]

With Best Regards
 
Share this answer
 
Comments
Abusufyan 13-Mar-12 12:22pm    
Thanks for your reply.

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