anonfiles cli
v2.1.0
Anon Files Cli는 명령 줄 인터페이스 내에서 anonfiles.com API에서 파일을 업로드하고 다운로드 할 수 있습니다.
curl -s https://github.com/albinvar/anonfiles-cli/raw/main/builds/anonfiles -o anonfiles
wget https://github.com/albinvar/anonfiles-cli/raw/main/builds/anonfiles -O anonfiles
작곡가로 설치하려면 각 라이브러리를 먼저 다운로드해야합니다.
composer global require albinvar/anonfiles-cli
anonfiles를 사용하는 것은 매우 간단합니다.
지정된 OS의 빈에 CLI를 포함시키는 것이 좋습니다.
php anonfiles
php anonfiles upload image.jpeg
Socks5 프록시를 통해 파일을 업로드 할 수도 있습니다. 기본적으로 socks5h://127.0.0.1:9050
에서 구성되었습니다. 향후 업데이트에서 사용자 정의 할 수 있습니다.
이제 --tor
옵션을 사용하여 파일을 업로드 할 수 있습니다.
php anonfiles upload folder/image.jpeg --tor
파일 다운로드는 간단합니다.
php anonfiles download https://anonfiles.com/u1C0ebc4b0
--path
옵션을 사용하여 다운로드 경로를 변경할 수 있습니다.
php anonfiles download https://anonfiles.com/u1C0ebc4b0 --path="/sdcard/downloads"
마찬가지로, Tor Socks 프록시를 사용하여 --tor
옵션을 사용하여 파일을 다운로드 할 수도 있습니다.
php anonfiles download https://anonfiles.com/u1C0ebc4b0 --tor
풀 요청을 환영합니다. 주요 변경 사항을 위해 먼저 문제를 열어 변경하고 싶은 것을 논의하십시오.
테스트를 적절하게 업데이트하십시오.
이 프로젝트는 MIT 라이센스를 사용하여 인증되었습니다