如何为putty sftp命令添加连接超时

时间:2017-11-29 09:45:20

标签: excel-vba sftp putty pscp vba

目前我在Excel vba工作。我不太了解它。

我正在使用putty sftp命令进行文件传输操作, 我使用下面的代码相同。 我还安装了winscp&腻子在我的电脑上。

我的代码是:

import re

tag = '<span class="a-size-base">1 Pack</span>, <span class="a-size-base">4 Pack Gift Set</span>, <span class="a-size-base">1 Pencil with Erasers</span>, <span class="a-size-base">1 Pencil with Lead and Erasers</span>'

cleanr = re.compile('<.*?>')
cleantext = re.sub(cleanr, '', tag)
print cleantext

如果ip address&amp;目标路径存在, 但如果在网络中无法访问IP地址,则需要20-30秒才能获得响应&amp; errorCode = 1。

是否可以修改上面的代码,使其仅在10秒内给出响应?

如何在上面的代码中设置putty sftp连接超时?

我尝试了以下链接,但没有得到任何结果:

https://patrickmn.com/aside/how-to-keep-alive-ssh-sessions/

https://www.computerhope.com/unix/sftp.htm

https://library.netapp.com/ecmdocs/ECMP1196993/html/GUID-02FF883B-9913-4137-BC8B-5CB47282B944.html

https://tartarus.org/~simon/putty-snapshots/htmldoc/Chapter5.html

0 个答案:

没有答案