更新文件: getwebdavlist.exe, webdav_simulator.arm64, getalist.exe, getwebdavlist.py, webdav_simulator.amd64 等13个文件

This commit is contained in:
ZJP Monitor
2025-05-26 20:51:33 +08:00
parent ca7e7c5a8a
commit 2561070040
13 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -41,6 +41,7 @@ def walk_dir(fs,f,replaceroot):
if replaceroot!="":
if len(paths)>=3:
path=os.path.join("/",replaceroot,*paths[2:])
path=path.replace("\\/","|")
print(f"{path}\t{file_obj.size}")
f.write(f"{path}\t{file_obj.size}\n")

Binary file not shown.

View File

@ -110,6 +110,7 @@ def walk(headers:dict, api_url:str, current_path="/", output_file=None, replacer
full_path=os.path.join("/",*full_path.split("/")[2:])
else:
full_path=os.path.join("/",replaceroot,*full_path.split("/")[2:])
full_path=full_path.replace("\\/","|")
print(f"{full_path}\t{size}")
if output_file != None:
output_file.write(f"{full_path}\t{size}\n")

Binary file not shown.

View File

@ -71,6 +71,7 @@ def walk(client, current_path="/", output_file=None, replaceroot=None, lastpath=
full_path=os.path.join("/",*full_path.split("/")[2:])
else:
full_path=os.path.join("/",replaceroot,*full_path.split("/")[2:])
full_path=full_path.replace("\\/","|")
print(f"{full_path}\t{size}")
if output_file != None:
output_file.write(f"{full_path}\t{size}\n")

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +1,8 @@
{
"xy115-all.txt.xz": {
"md5": "429f946f0eeff67cb4a2a16d0754a2a9",
"size": 4220136,
"time": 1748224046.0
"md5": "7574d5ded3868a5cb740cdf080be2173",
"size": 4220248,
"time": 1748258481.0
},
"xy-dy.txt.xz": {
"md5": "7f1d4b2403fccffe58fb183e5c66af78",

Binary file not shown.