久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

FTPES - Python 中通過顯式 TLS/SSL 的 FTP

FTPES - FTP over explicit TLS/SSL in Python(FTPES - Python 中通過顯式 TLS/SSL 的 FTP)
本文介紹了FTPES - Python 中通過顯式 TLS/SSL 的 FTP的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

我需要一個 python 客戶端來執行 FTPES(顯式),有沒有人使用任何可以執行此操作的 python 包的經驗.

I need a python client to do FTPES (explicit), does anyone has experience with any python package that can do this.

我無法在 python 中執行此操作,但可以使用 FileZilla 等工具連接到 FTP 服務器

I am not able to do this in python, but can connect to FTP server using tools like FileZilla

謝謝

推薦答案

本地 Python 很好地支持 FTP-SSL Explicit.建立連接后,您可以使用所有標準的 ftplib 命令.更多可以在以下位置找到:http://docs.python.org/2/library/ftplib.html#ftplib.FTP_TLS

FTP-SSL Explicit is well supported by native Python. After setting up the connection, you can use all the standard ftplib commands. More can be found at: http://docs.python.org/2/library/ftplib.html#ftplib.FTP_TLS

這是一個下載文件的基本示例:

Here's a basic example for downloading a file:

from ftplib import FTP_TLS
ftps = FTP_TLS('ftp.MySite.com')
ftps.login('testuser', 'testpass')           # login anonymously before securing control channel
ftps.prot_p()          # switch to secure data connection.. IMPORTANT! Otherwise, only the user and password is encrypted and not all the file data.
ftps.retrlines('LIST')

filename = 'remote_filename.bin'
print 'Opening local file ' + filename
myfile = open(filename, 'wb')

ftps.retrbinary('RETR %s' % filename, myfile.write)

ftps.close()

這篇關于FTPES - Python 中通過顯式 TLS/SSL 的 FTP的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

Why I cannot make an insert to Python list?(為什么我不能插入 Python 列表?)
Insert a column at the beginning (leftmost end) of a DataFrame(在 DataFrame 的開頭(最左端)插入一列)
Python psycopg2 not inserting into postgresql table(Python psycopg2 沒有插入到 postgresql 表中)
list extend() to index, inserting list elements not only to the end(list extend() 索引,不僅將列表元素插入到末尾)
How to add element in Python to the end of list using list.insert?(如何使用 list.insert 將 Python 中的元素添加到列表末尾?)
TypeError: #39;float#39; object is not subscriptable(TypeError:“浮動對象不可下標)
主站蜘蛛池模板: 成人在线中文字幕 | 午夜精品久久久久久久99黑人 | 国产精品激情在线 | 日本一区视频在线观看 | 91久久| 精品国产三级 | 成av在线 | 成人精品国产免费网站 | 国产精品久久久久久久久久免费 | 久草综合在线视频 | 欧美另类视频在线 | 日本精品一区二区三区视频 | 日本黄色免费大片 | 天天成人综合网 | 国产又爽又黄的视频 | 日本成人福利视频 | 国产精品五区 | 日韩毛片 | 黄色一级大片在线免费看产 | 亚洲一区 中文字幕 | 欧美日韩不卡合集视频 | 亚洲免费精品 | 伊人久久大香线 | 色av一区二区 | 亚洲精品欧美一区二区三区 | 91看片免费版 | 国产精品国产三级国产aⅴ浪潮 | 国内自拍偷拍 | 亚洲精品字幕 | 免费一级做a爰片久久毛片潮喷 | 99热热99| 国产一级视频免费播放 | 欧美午夜一区二区三区免费大片 | 亚洲欧美日韩在线 | 99久久婷婷国产综合精品 | a国产一区二区免费入口 | 国产在线观看一区二区 | 米奇7777狠狠狠狠视频 | 综合网中文字幕 | 一区二区三区在线 | 中文字幕二区 |