我每天都会收到使用 powershell 和 WinSCP 自动从客户端的 sftp 下载文件的任务,除了星期六(上午 7:00 到下午 17:20 之间)外,大多数日子里它们都运行良好。
我运行的任务基本上是查找新文件然后下载,它从 5:00 开始,在任务计划程序中每 5 分钟重复一次,持续 12 小时,并以管理员身份运行
星期六,早上 5:00 开始一切正常(意味着我收到了正常消息),直到早上 7:00,我每 5 分钟就会收到一次此错误消息,直到 17:20
Error message: Timeout waiting for WinSCP to respond - WinSCP has not responded in time (response log file C:\Users\<user>\AppData\Local\Temp\wscp<some numbers>.tmp was not created). This could indicate lack of write permissions to the log folder or problems starting WinSCP itself.
17:20之后,我收到了正常消息:
'Synchronise the link file folder
WinSCP.SynchronizationResult
No files synchronised
COMPLETE'
我以前在星期六收到过这些错误信息
有人能帮我解决这个问题吗?
非常感谢
答案1
您的服务器上周六是否有任何类型的计划任务(防病毒完整扫描或任何其他任务),这些任务可能会减慢或阻止文件访问?