kalcaddle / kodbox

kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
https://kodcloud.com
2.18k stars 373 forks source link

问题反馈:windows上使用客户端进行【无后缀文件】下载会出问题,文件名丢失 #188

Closed langren1353 closed 1 year ago

langren1353 commented 1 year ago

复现环境:windows11 初始步骤:完整上传.ssh目录,客户端或者网页都可以 复现步骤1:web上创建一个文件夹叫:.ssh,然后上传一个无后缀的文件上去,例如known_host。将该文件夹通过客户端下载到了桌面,但是内部的文件名已经发生了变化


现有结果:.ssh/known_hosts变成了.ssh/(1)

复现步骤2:web上创建一个普通文件夹ceshi,然后上传两个无后缀的文件:.gitignore以及.gitattributes。同样的,通过客户端选中文件夹,并右键下载到桌面 现有结果:ceshi/.gitignoreceshi/.gitattributes变成了ceshi/(1)ceshi/(2)

langren1353 commented 1 year ago

好像就是无后缀文件,在pc客户端的下载过程中,文件名发生了丢失 从web端下载正常 当前软件版本:V0.5.0

kalcaddle commented 1 year ago

感谢反馈,后续版本会优化这个问题.