-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
“本机存储”删除文件没有后悔药 #5832
Labels
enhancement
New feature or request
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
你这个是前端的验证?这种验证不需要对于后端有变动啊。 |
这个叫 客户端
alist 驱动并未实现相关api,本机存储默认就是直接删除的。 我就另开ftp外挂,实现回收而不是永久性删除。
我这是安卓客户端,连着window上的alist,浏览磁盘的内容。。。 附 alist 与 ftp 的浅显比较: #5828 |
EtherealAO
pushed a commit
to EtherealAO/alist
that referenced
this issue
Apr 12, 2024
EtherealAO
pushed a commit
to EtherealAO/alist
that referenced
this issue
Apr 12, 2024
话说在Windows平台下recycle bin path似乎没法工作,直接把文件移动进 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the feature / 需求描述
云盘都有回收站功能,本机存储反而直接是永久性删除。希望remove api能添加变量!
我UI都做好了,您瞧:
Suggested solution / 实现思路
外挂实现,需要 win32 c++ 编程, 我编了个: https://github.com/appxmod/DeviceSuppressor
cli 调用方式:DeviceSuppressor.exe delete="fullpath"
java 调用方式(魔改ftpserver中的 NativeFtpFile.java):
The text was updated successfully, but these errors were encountered: