ftp-scanner
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A python3 ftp-scanner with webinterface
##ftp-scanner
###Description
A ftp scanner with a webinterface written in jQuery. Entirely compatible with python 3000. Written for and mainly at The rmll2012.

##Use

1. Start the mysql server and change the config accordingly.
2. Change the ip range accord to your will.
3. Launch the scanner process :
     `python scanner/scanner.py`

4. Then launch the server, using gunicorn or the apache WSGI. Or just the test server with :
     `python app/app.py`

##Dependencies
* python3.1 or greater
* Bottle
* oursql
* netaddr

#protocol
You can also have a look at the example.json in the root directory.

ip:{string (v4,v6}
host:{string}
status:{UP, DOWN}
check_last:{epoch, UTC}
up_number:{unsi int}
down_number:{}
ping

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。