FileCentipede icon indicating copy to clipboard operation
FileCentipede copied to clipboard

FTP下载文件夹失败

Open JohnnyWoong opened this issue 3 years ago • 1 comments

如果FTP文件夹中包含 image 这种返回上级的文件夹连接以及 image 这种符号链接, 整个文件夹就会下载失败, 并且内核会自动关闭

JohnnyWoong avatar Jul 15 '22 07:07 JohnnyWoong

下载文件夹时候确实没处理符号链接,如果符号链接在文件夹内部,可以本地建立一个符号连接或者快捷方式,如果连接到了其他位置,可能会因为权限问题下载失败。

3.0之前会修复这个问题。

filecxx avatar Jul 15 '22 16:07 filecxx