Zdir 3.1.0 Released, Now Supports Basic File Management Functions

Publish: 2022-10-26 | Modify: 2022-10-26

Zdir 3 is a lightweight directory listing program developed using Golang + Vue3. It supports deployment on Linux, Docker, and Windows, and supports previewing common file types such as videos, audios, and code. It is suitable for personal or startup company file sharing and can also be used as a lightweight cloud storage.

3.1.0 Update

  • Added username and password initialization
  • Added user login
  • Added folder creation, file upload, file deletion, and file renaming (available after login)
  • Added default sorting of folders before files
  • Added API support: https://doc.xiaoz.org/books/zdir-3/chapter/api
  • Fixed some bugs

Update Details

After installing 3.1.0, you need to click the "Login" button in the upper right corner to initialize the username and password, and then proceed with the login.

After logging in, you can create folders, upload files, delete files, and rename files.

File renaming:

Click the "+" button in the lower right corner to create a folder.

Other features will not be introduced one by one.

One-click Upgrade

For Linux users who have installed Zdir version 3.0.0, you can use the following command for one-click upgrade:

# One-click upgrade Zdir
curl -s "http://soft.xiaoz.org/zdir/sh/upgrade.sh" | bash 3.1.0

Other upgrade methods can be found in the upgrade documentation: https://doc.xiaoz.org/books/zdir-3/chapter/eecca

Other Information


Comments