Skip to content
yongduan edited this page Apr 8, 2026 · 1 revision

Usage

Language Switching

The web interface supports English and Chinese.

  • Language is auto-detected from your browser settings
  • Click the EN / 中文 button in the top-right corner to switch manually
  • Your preference is saved in the browser (localStorage)

Uploading Files

Select Files

Click the "Select Files" button to pick one or more files from your device.

Select Folder

Click the "Select Folder" button to upload an entire folder. The directory structure is preserved on the server.

Drag and Drop

Drag files or folders directly onto the upload zone. Folders are supported — all files inside will be uploaded with their relative paths intact.

Note: Files are uploaded to the currently browsed directory. Navigate to a subfolder first if you want to upload there.

Browsing Directories

  • Click a folder name to open it and view its contents
  • Use the breadcrumb navigation at the top of the file list to jump back to any parent directory
  • Click "Root" (or "根目录") to return to the top level

Downloading Files

Click the "Download" button next to any file to download it to your device.

Directories cannot be downloaded directly. Navigate into the folder and download individual files.

Deleting Files and Folders

Click the "Delete" button next to any file or folder. A confirmation dialog will appear before deletion.

  • Deleting a folder removes all its contents recursively

QR Code

Click "Show QR Code" below the server address to display a QR code. Scan it with a mobile device to quickly open the transfer page.

Auto Refresh

The file list automatically refreshes every 5 seconds to show new uploads from other devices.

Clone this wiki locally