GithubHelp home page GithubHelp logo

moonlitnight / acrosyncswift Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aaronvegh/acrosyncswift

0.0 0.0 0.0 62.4 MB

A Swift framework for the Acrosync library

License: The Unlicense

Shell 7.03% Ruby 0.01% C++ 5.08% Scheme 0.01% Python 0.15% Perl 6.14% C 78.85% Emacs Lisp 0.01% Objective-C 0.78% C# 0.15% Assembly 1.15% Ada 0.24% Prolog 0.08% eC 0.01% Awk 0.01% CLIPS 0.01% Pascal 0.19% Clean 0.06% Objective-C++ 0.02% Swift 0.03%

acrosyncswift's Introduction

AcrosyncSwift

This is an iOS framework for using the Acrosync Library, an implementation of the Rsync protocol available with a mixed RPL/commercial license.

What it does

AcrosyncSwift is an iOS framework that you can include in your app, which will allow you to use the features of Rsync programmatically. Because it relies on Acrosync, it's available under a different open source license, as well as commercially.

The framework is written in Objective-C++ in order to interface with the underlying C++ code. However, this work is readily available to Swift developers; the included AcrosyncSwiftExample project demonstrates an implementation written in Swift 5.

Features

  • Allows connections to Rsync running on remote servers via SSH or the Rsync Daemon
  • For Rsyncd connections, supports syncing based on modules, using username/password authentication
  • For SSH connections, supports password auth as well as private key authentication. You should really use SSH with private keys.
  • Control the speed of the connection in upload or download
  • Perform uploads and downloads
  • Includes progress monitoring and a callack for completing the operation

Installation

Via Cocoapods: (Sorry, not currently working; I can't get my Podfile to lint.)

pod install 'AcrosyncSwift'

Manually:

  1. Clone the repo and open the AcrosyncSwift.xcodeproj file
  2. Build/Archive the AcrosyncSwift build target.
  3. Grab the AcrosyncSwift.framework out of the Build Products, and drag it into your project's Frameworks folder.
  4. There is no step 4!

Usage

Run the AcrosyncSwiftExample app in your simulator. It implements a simple form to test the features of the framework. The source code provides an implementation of AcrosyncWrapper.swift that should get you going.

License

The underlying Acrosync library is licensed under the Reciprocal Public License. If this license does not work for you, a commercial license is available for a one-time fee or on a subscription basis. Contact [email protected] for licensing details.

The code in this repository, outside of the underlying Acrosync library, is released in the public domain.

Improvements, PRs Welcome!

acrosyncswift's People

Contributors

aaronvegh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.