CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

DirectoryUploader 1.3.1

DirectoryUploader 1.3.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jul 2019
SPMSupports SPM

Maintained by Yonat Sharon.



 
Depends on:
iMonitorMyFiles>= 0
York-Swift-Try-Catch>= 0
 

DirectoryUploader

Monitors a directory and automatically detects new files added to it. Uploads all files to a target URL, and cleans up afterwards.

Swift Version Build Status License CocoaPods Compatible
Platform PRs Welcome

Installation

CocoaPods:

pod 'DirectoryUploader'

Manually:

Copy Sources/* to your Xcode project.

Usage

let uploader = DirectoryUploader(sourceDirectory: docDir, targetURL: endpointURL)
// now save files to docDir, and they will be automatically uploaded to endpointURL.

Meta

@yonatsharon

https://github.com/yonat/DirectoryUploader