CDU_Ge

Results 4 comments of CDU_Ge

for example: ```python import fs from fs.ftpfs import FTPFS as _FTPFS from fs.ftpfs import ftp_errors class NotSupportedError(Exception): pass class FTPFS(_FTPFS): def move(self, src_path: str, dst_path: str, overwrite=False, preserve_time=False): try: with...

@xautlmx @yrluke This error is caused by CAPTCHA verification, as it intercepts the request and leads to parsing errors on the frontend since the expected response format is JSON. This...

很抱歉这么长时间回复你,我重新学习了具体协议。问题是这样的,我使用wireshake抓包后看到浏览器每次请求均携带PSK扩展,我想知道如何按原样添加该扩展

> 支持25497,但是25497被认为是不安全的曲线会被服务端给拒绝,你最好别用这个 我有一点不太理解 tls: CurvePreferences includes unsupported curve 如何判断这个错误是客户端引发的,还是服务端引发