Skip to content

Schlaubischlump/Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Downloader

License: GNU Affero General Public license version 3

A simple Downloader for Swift published under the GNU Affero General Public license.

Usage:

// URL to download
let myurl = URL(...)
// Create a Downloader instance
let downloader = Downloader()
// Register the delegate to get informed about changes.
downloader.delegate = self
// Create multiple DownloadTasks
let task1 = DownloadTask(dID: "mytaskid", source: myurl, destination: "/Path/To/Destination/file", description: "My task description")
// Start the download process
downloader.start(task1)

About

A simple swift package to download files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages