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

監(jiān)控遠(yuǎn)程FTP目錄

Monitor remote FTP directory(監(jiān)控遠(yuǎn)程FTP目錄)
本文介紹了監(jiān)控遠(yuǎn)程FTP目錄的處理方法,對(duì)大家解決問(wèn)題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)吧!

問(wèn)題描述

我只能通過(guò) FTP 訪問(wèn)遠(yuǎn)程服務(wù)器上的目錄,并且希望在新文件出現(xiàn)在目錄中時(shí)立即獲取它們的內(nèi)容.

I only have FTP access to a directory on a remote server and would like to get the contents of new files as soon as they appear in the directory.

有沒(méi)有類似 FAM for Python 的東西可以讓我通過(guò) FTP 監(jiān)控新文件?

Is there any thing like FAM for Python that lets me monitor for new files over FTP?

推薦答案

如果輪詢服務(wù)器是一個(gè)選項(xiàng):

If polling the server is an option:

from ftplib import FTP
from time import sleep

ftp = FTP('localhost')
ftp.login()

def changemon(dir='./'):
    ls_prev = set()

    while True:
        ls = set(ftp.nlst(dir))

        add, rem = ls-ls_prev, ls_prev-ls
        if add or rem: yield add, rem

        ls_prev = ls
        sleep(5)

for add, rem in changemon():
    print('
'.join('+ %s' % i for i in add))
    print('
'.join('- %s' % i for i in remove))

ftp.quit()

這篇關(guān)于監(jiān)控遠(yuǎn)程FTP目錄的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

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

相關(guān)文檔推薦

Why I cannot make an insert to Python list?(為什么我不能插入 Python 列表?)
Insert a column at the beginning (leftmost end) of a DataFrame(在 DataFrame 的開(kāi)頭(最左端)插入一列)
Python psycopg2 not inserting into postgresql table(Python psycopg2 沒(méi)有插入到 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:“浮動(dòng)對(duì)象不可下標(biāo))
主站蜘蛛池模板: 欧美日韩在线成人 | av黄色在线播放 | 美女精品一区 | 日本二区| 91视频入口 | 蜜桃臀av一区二区三区 | 一区二区三区在线 | 91毛片在线看 | 免费三级网站 | 婷婷综合久久 | 欧美日韩a | 亚洲一区二区三区免费视频 | 国产九九九九 | 国产高清精品在线 | 神马影院一区二区三区 | 啪啪精品 | 中文字幕一区二区在线观看 | 一区二区三区电影在线观看 | 另类在线| 99热在线播放| 一级黄色淫片 | 亚洲91精品 | av天天干| 久久com| 一二三四在线视频观看社区 | 91精品国产91久久久久久吃药 | 亚洲欧美国产毛片在线 | 中文字幕1区 | 欧美性受xxxx | 九九久久久 | 在线看无码的免费网站 | 黄色91在线 | 日韩中文一区二区三区 | 美国十次成人欧美色导视频 | 高清亚洲 | 国产亚洲一区二区在线观看 | 日本一卡精品视频免费 | 日韩成人免费 | 91视频在线看 | 一级毛片免费视频 | 久草欧美视频 |