第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

嘗試使用 Python PySFTP 模塊連接到遠(yuǎn)程服務(wù)器時(shí)出現(xiàn) WinError 10060 錯(cuò)誤

嘗試使用 Python PySFTP 模塊連接到遠(yuǎn)程服務(wù)器時(shí)出現(xiàn) WinError 10060 錯(cuò)誤

牧羊人nacy 2023-02-07 11:11:46
我正在嘗試連接到遠(yuǎn)程服務(wù)器并使用以下代碼列出路徑內(nèi)的文件:import pysftpmyHostname = "myhostname.com"myPort = <someportnumber>myUsername = "<valid username>"myPassword = "<valid password>"cnopts = pysftp.CnOpts()cnopts.hostkeys = Nonewith pysftp.Connection(host=myHostname, username=myUsername, password=myPassword, cnopts= cnopts, port=myPort) as sftp:    print("Connection succesfully established ... ")    sftp.chdir('/logs/dev')    # Obtain structure of the remote directory    directory_structure = sftp.listdir_attr()    # Print data    for attr in directory_structure:        print(attr.filename, attr)但是當(dāng)我運(yùn)行它時(shí),它無(wú)法建立連接。它拋出以下異常:Traceback (most recent call last):  File "c:/Users/611841191/Documents/SFTP File Download/SFTPFileDownload.py", line 11, in <module>    with pysftp.Connection(host=myHostname, username=myUsername, password=myPassword, cnopts= cnopts, port=myPort) as sftp:  File "C:\Users\611841191\AppData\Roaming\Python\Python38\site-packages\pysftp\__init__.py", line 140, in __init__    self._start_transport(host, port)  File "C:\Users\611841191\AppData\Roaming\Python\Python38\site-packages\pysftp\__init__.py", line 176, in _start_transport    self._transport = paramiko.Transport((host, port))  File "C:\Users\611841191\AppData\Roaming\Python\Python38\site-packages\paramiko\transport.py", line 415, in __init__    raise SSHException(paramiko.ssh_exception.SSHException: Unable to connect to <myhostname.com>: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time or established connection failed because connected host has failed to respond 任何人都可以幫助我解決為什么拋出此異常的原因,因?yàn)槲覈L試使用其他遠(yuǎn)程服務(wù)器并且代碼似乎對(duì)他們來(lái)說(shuō)工作正常?該代碼僅針對(duì)一個(gè)特定的遠(yuǎn)程服務(wù)器拋出異常。
查看完整描述

1 回答

?
鳳凰求蠱

TA貢獻(xiàn)1825條經(jīng)驗(yàn) 獲得超4個(gè)贊

如果您的代碼無(wú)法使用某種協(xié)議(在本例中為 SFTP)連接到某處,首先要測(cè)試的是,您是否可以使用運(yùn)行代碼的同一臺(tái)機(jī)器上的任何現(xiàn)有 GUI/命令行客戶端使用相同的協(xié)議進(jìn)行連接。

如果這也不起作用,則您沒(méi)有編程問(wèn)題,而是一個(gè)簡(jiǎn)單的網(wǎng)絡(luò)連接問(wèn)題。

如果您需要幫助解決問(wèn)題,請(qǐng)轉(zhuǎn)到超級(jí)用戶服務(wù)器故障。


查看完整回答
反對(duì) 回復(fù) 2023-02-07
  • 1 回答
  • 0 關(guān)注
  • 285 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)