Dukto
USING DUKTO

Files and folders

Send a single document or a whole folder while keeping its structure.

One or more items

The CLI accepts files, folders, and mixed selections in one command. Folders are traversed recursively, including subfolders and empty directories.

TERMINAL
dukto send --peer ID -- ./report.pdf
dukto send --peer ID -- ./a.txt ./b.txt
dukto send --peer ID -- ./project
dukto send --peer ID -- ./photos ./documents
dukto send --peer ID -- ./note.txt ./photos ./documents
Copiar

Names and conflicts

Existing files are kept. New files use an available conflict name rather than overwriting them. Invalid names are normalized for cross-platform compatibility, and symbolic links are skipped.

If a transfer is canceled or fails

Incomplete files are received into a temporary file and are removed if the transfer ends before completion. Fully received files remain in place. Dukto does not resume interrupted transfers; send the items again and verify the receiver's completion status.

Documentação da versão em desenvolvimentoSugerir uma melhoria
CONTINUE EXPLORANDOReferência da CLI