本文介绍了Windows的OpenSSH自动化的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在c#中创建控制台应用程序,以在每周/每天的指定时间自动执行将一些文件从SFTP服务器下载到本地硬盘的过程.
SFTP服务器还为Windows和客户端计算机安装了OpenSSH.
有什么想法可以完成这样的任务吗?或示例代码.
预先感谢.
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.
推荐答案
这篇关于Windows的OpenSSH自动化的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!