Skip to content

A Go-based tool that downloads all files from a web directory to a specified local folder in batch.

License

Notifications You must be signed in to change notification settings

piaoranyc/sanny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sanny

A Go-based tool that downloads all files from a web directory to a specified local folder in batch.This downloader supports multi-threading and resumable downloads.

一个用 Go 语言编写的工具,用于从网络文件夹批量下载所有文件到本地指定目录,支持多线程和断点下载。

usage

exmaple

single thread(default)
.\sanny.exe -url "https://xfr139.larc.nasa.gov/sflops/Distribution/2025105001613_83698" -output "./my_downloads"

example2

mutithread
.\sanny.exe -url "https://xfr139.larc.nasa.gov/sflops/Distribution/2025105001613_83698" -output "./my_downloads" -thread 8

About

A Go-based tool that downloads all files from a web directory to a specified local folder in batch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages