UrlTree
UrlTree
Tips
UrlTree
What is it? It is used to mount a single file link. For details, you can check →→→Original Requirements Description←←←
Writable
After opening, you can perform MakeDir
, Move
, Rename
, Copy
, Remove
, PutURL
on this driver
- When a user attempts to use SimpleHttp for offline downloading in a driver that implements this interface, the offline download tool will not be invoked. Instead, the
PutURL
method of the driver will be called. - https://github.com/AlistGo/alist/pull/7779
usage
Let me briefly explain the specific usage. It is recommended to look at the different usages below. The more advanced the gameplay
Don't look at the writing, it looks difficult and long-winded, but in fact, you can understand it in seconds if you operate it yourself.
Tips
- If you click download and find that there is no jump to download but preview, it is because it is determined according to your original link. For example, your original link is download and it will jump to download
- If you have the same file in a folder, it will be merged and only one will be displayed. By default, the preview is used to view and download your upper (front) or top file.
- Tips: Do not create two files/folders with the same name in the same directory at the same time~ Just like you create two files/folders with the same name in the resource manager, you will be reminded not to repeat
- If you write two folders with the same name in the same directory when you add them, they will be merged into one folder, but the files in the lower (lower) folder will not be displayed after the merge, but you can view them through the browser Address bar access (refer to the previous tip)
- By default, the sorting is based on what you fill in from top to bottom, which is the same as
alist-alias