翻訳と辞書
Words near each other
・ Pygmy nightjar
・ Pygmy nuthatch
・ Pygmy opossum
・ Pygmy owl
・ Pyeonjeon
・ Pyeonyuk
・ PyEphem
・ Pyershamayski District
・ Pyerun Patera
・ Pyes Pa
・ Pyewacket
・ Pyewacket (familiar spirit)
・ Pyewacket (novel)
・ Pyewipe Junction engine shed
・ Pyflag
Pyftpdlib
・ Pyg
・ Pygaera
・ Pygaerinae
・ Pygaeus
・ Pygame
・ Pyganodon
・ Pyganodon gibbosa
・ Pyganodon grandis
・ Pygarctia
・ Pygarctia abdominalis
・ Pygarctia angelus
・ Pygarctia eglenensis
・ Pygarctia flavidorsalis
・ Pygarctia haematodes


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Pyftpdlib : ウィキペディア英語版
Pyftpdlib

Python FTP Server library (pyftpdlib) is a FTP server library providing a portable interface to easily write very efficient asynchronous FTP servers with Python. It is currently the most complete RFC-959 FTP server implementation available for Python programming language.
== Features ==

* Extremely lightweight, fast and scalable (see (benchmarks )).
*
* Uses (sendfile(2) ) system call for uploads.
*
* Uses (epoll() ) / kqueue() / select to handle concurrency asynchronously.
*
* ...But can optionally skip to a multiple thread / process model (as in: you'll be free to block or use slow filesystems).
* Portable (entirely written in pure Python, works with versions from 2.4 to 3.4)
* Supports FTPS ((RFC-4217 )), IPv6 ((RFC-2428 )), Unicode file names ((RFC-2640 )), MLSD/MLST commands ((RFC-3659 )).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Pyftpdlib」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.