webdav-server / Guides

Create, edit, and organize files in Browser

Use Zwind Browser to create files and folders, rename, copy, move, duplicate, delete, and share WebDAV items.

guidebrowserwebdav

Browser can write to a directory when the current source supports WebDAV write operations. Local folders can usually create and edit files. SMB, Quark Drive, and projected sources depend on the upstream service and the resolver behind that path.

The screenshots use the English app UI.

Start from a writable folder

Open Browser and enter the mounted folder you want to change. The root screen lists mounted sources, so create or upload files inside a mounted folder instead of at the server root.

The floating plus button appears inside the current Browser folder.

Use the floating + button for actions that create or add something in the current directory. Use a file or folder row’s long-press menu for actions that operate on that selected item.

Create a file or folder

Tap the floating + button. In the menu, choose New Directory for a folder or New File for a text file.

The plus menu contains New Directory and New File.

When creating a file, enter the filename and keep the extension you want Zwind and other apps to recognize, such as .txt, .md, .json, or .m3u.

New File asks for the filename before creating the item.

After creation, the new item appears in the current folder. Pull down to refresh if another client changed the same directory at the same time.

Use the file or folder action menu

Long-press a file or folder row to open its action menu.

Long-press a file to show the selected item's operation section, including rename, copy, move, duplicate, and delete.

Common actions:

ActionWhat it does
RenameChanges the selected item name in the same directory. Keep the extension unless you want to change how the file opens.
CopyCopies the item to another Browser location.
MoveMoves the item to another Browser location and removes it from the original folder.
DuplicateCreates another copy in the current folder. Zwind chooses or asks for a name that does not overwrite the existing item.
DeleteDeletes the selected item after confirmation.
ShareOpens the iOS share sheet for the file or selected item.
Copy LinkCopies the WebDAV URL for the selected item.
Share LinkShares the WebDAV URL through the iOS share sheet.

Some actions are shown only for file types or sources that can support them.

Edit a text file

For text-based files, long-press the file and choose Open in Text Editor. Save writes the edited content back to the same WebDAV item when the source allows updates. If the source is read-only or the upstream service rejects the write, the editor cannot save the change to that path.

Use Share when another app needs the file content. Use Copy Link or Share Link when the recipient should open the file through WebDAV.

Links use the server address, port, and item path. If anonymous access is off, the receiving client still needs the server’s WebDAV username and password. If Port is 0, copy the link while the server is running so it uses the current port.

When an operation fails

Use the error location to narrow the cause:

What failsWhat to check
New File or New Directory is unavailableYou may be at the server root, in a read-only projection, or in a source that does not support writes. Open a mounted data folder first.
Create, rename, copy, move, or duplicate failsThe upstream source may reject writes, the destination may already contain a conflicting name, or the current account may not have write permission.
Delete failsThe source may be read-only, the item may already have changed, or the upstream service may reject deletion. Refresh and check the source directly if needed.
Share works but another device cannot open the linkCheck whether the server is running, whether the URL uses the current port, and whether the other client sent the required WebDAV credentials.