Skip to main content

A FTP server based on I2TCP

Project description

介绍

本项目为一款基于I2TCP通讯协议 的文件传输服务器, 有效密钥长度达到512bit,同时嵌有类Google双重认证机制, 确保服务能在公网环境下安全存活。

特性

  • 支持文件断点续传
  • 支持文件哈希校验
  • 仅允许访问设定目录下的文件
  • 可设置只读模式
  • 512 bits有效密钥长度
  • 动态token身份认证
  • 可选TLS加 密

安装方法

pip install i2ftp-server

环境需求

  • Python3.7+
  • i2cylib >= 1.8.6

集成命令

  • i2ftps-setup 服务器配置向导
  • i2ftps 服务器启动/停止

默认配置文件路径

/usr/share/i2ftp/server_conf.json

附:通讯协议说明

通讯流程:

  1. 客户端与服务器建立TCP连接
  2. 客户端与服务器建立I2TCP连接
  3. 服务器发送版本号 b"I2FTP x.x"
  4. 客户端发送User指令
  5. 服务器响应User指令

协议结构:

底层 TCP/IPI2TCPUser 顶层

User层数据包:

  • 客户端命令 - “查询”:LIST,<PATH>

    返回:<bool 路径是否存在>,{'文件1':{is_dir:<bool 是否是文件夹> size:<int 大小>, time:<float 文件修改时间戳>}}

  • 客户端命令 - “请求下载”:GETF,<PATH>

    返回:<bool 请求是否接受>,[16 bytes 下载会话ID]

  • 客户端命令 - “通过会话ID下载”:DOWN,<16 bytes 下载会话ID>,<int64 文件指针偏移量>

    返回:<bool 操作是否有效>,[bytes 数据内容 最大长度240000 Bytes]

  • 客户端命令 - “请求上传”:PULF,<PATH>,<str_hex 文件哈希校验值>

    返回:<bool 操作是否有效>,[16 bytes 上传会话ID]

  • 客户端命令 - “通过会话ID上传”:UPLD,<16 bytes 上传会话ID>,<int64 文件指针偏移量>,<bytes 数据内容 最大长度240000 Bytes>

    返回:<bool 上传是否成功>,[int 当前文件指针偏移量]

  • 客户端命令 - “关闭会话”:CLOZ,<16 bytes 会话ID>

    返回:<bool 操作是否成功>,[hex_str 若会话为下载会话,则会同时返回文件的SHA256校验值]

  • 客户端命令 - “文件/文件夹操作”:FIOP,<int 命令:0-重命名,1-移动,2-复制,3-删除,4-创建目录>,<str 路径1>,[str 路径2]

    返回:<bool 操作是否成功>

  • 管理员命令 - “进程控制”:PCTL,[raw 保留字段]

    返回:<bool 操作是否成功>,<int 进程PID>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

i2ftps-0.1.2.tar.gz (12.2 kB view details)

Uploaded Source

Built Distribution

i2ftps-0.1.2-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file i2ftps-0.1.2.tar.gz.

File metadata

  • Download URL: i2ftps-0.1.2.tar.gz
  • Upload date:
  • Size: 12.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.0

File hashes

Hashes for i2ftps-0.1.2.tar.gz
Algorithm Hash digest
SHA256 7bbe052e4b01746538bc3e613f857630c901759b1391a91e407104e0a2f95620
MD5 7cb26f77a97460bf3d3c7369f45d17a1
BLAKE2b-256 9a547374f68083b2c2f578c8192386b38627c68c608adf8b76ade9fb39a5c35c

See more details on using hashes here.

File details

Details for the file i2ftps-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: i2ftps-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 12.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.0

File hashes

Hashes for i2ftps-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 45fb965f68f57ef3a3be01c660530394684a98f05c4cf4031e6a245560c511fb
MD5 a96844948d4cd18e53878b6d6cb2b178
BLAKE2b-256 bd1ee96516f3cdc7f5a7cfc0bf046b51e62522d5f529f89171f0c707535f018c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page