For the complete documentation index, see llms.txt. This page is also available as Markdown.

安裝transfer.sh

git clone https://github.com/dutchcoders/transfer.sh.git

cd transfer.sh
mkdir data tmp
go run main.go --provider=local --listener :8080 --temp-path=tmp --basedir=data

Last updated