BTSync FREE vs BTSync PRO
All Sync Versions | |
Fast transfer speeds | |
Private device-to-device communication | |
No folder size limits | |
Sync FREE | Sync PRO |
Up to 10 folders at a time | Unlimited number of folders |
- | On-demand access to files from desktop |
- | Change access permissions on-the-fly |
- | Sync All ON/OFF |
- | Pro support |
The total number of folders which can be kept synced via FREE version at a time is limited to 10.
If you have already added 10 folders, and want to add one more, you will have to delete at least 1 folder from the previously added ones or upgrade to PRO.
PRO version enables you to link all of your devices under a common identity.
This gives you access to ALL added folders on ALL of your linked devices automatically. Learn more
Sync on-demand lets you access files on other devices without actually syncing them in full to your device.
You can view folders, look through their contents and then fetch only those files you need.
Available on mobile platforms in the free product, on desktops this feature gets activated in the PRO version only.
In Sync 2.0 PRO you can change access permissions (Read Only, Read & Write, Owner)
as well asrevoke access at any time from users you share files with (unavailable while sharing data via My Devices).
For example, now if you wish to upgrade Read Only permission to Read & Write,
you won't have to disconnect a folder and then reconnect it again passing a new key:
Sync will modify permission at the push of a button without breaking connection.
In Sync 2.0 PRO, devices with large amounts of storage space (NAS devices, file servers, desktops, etc) can be toggled to 'Sync all.'
This will backup all of your Sync folders to an always-on device, providing continuous access to your files.
Both PRO and FREE users are encouraged to browse Sync Knowledge Base for the answers to their questions as well as check BitTorrent Sync Forum.
PRO users are provided with guaranteed support within 24 hours of their request.
FREE users are welcome to send their feedbacks - Sync support team will respond to them to the extent possible.
Important note on mobile platforms:
Sync mobile app is free, and unlike desktop versions, it does not have folder or feature limitations,
however, connecting your mobile device to a licensed identity on a desktop will let you get the most out of your Sync.
BTSync FREE vs BTSync PRO的更多相关文章
- CentOS 安装BitTorrent Sync详细步骤
官网:https://www.getsync.com 这个软件安装完后通过网页浏览器设置共享目录并生成同步Secret,异地的客户端可以通过这个同步Secret访问共的目录,其中有读写和只读两种同步方 ...
- 在 Linux 上安装配置 BitTorrent Sync [转]
背景介绍:目前我们线上的前端服务器数量比较多,超过200多台,每次发布新应用的时候,都是将软件包放在一台专门的Push服务器上,再由所有的前端服务器通过rsync自动同步.但随着前端服务器的数量越来越 ...
- Ubuntu notes
ubuntu notes Table of Contents 1. backup data 2. Basics Ubuntu 3. Install, uninstall packages 4. Bas ...
- Resilio(BtSync)搭建
Resilio(原名:BtSync)介绍 同步是使用PC和Mac,NAS,甚至服务器之间传输文件的最好方法.创建自己的私有云.连接设备和同步文件安全,不发送他们在第三方服务器.我们不限制你的速度和存储 ...
- Debian 8 安装BtSync
声明,此方法是Btsync的官网resilio提供的方法 传送门:https://help.getsync.com/hc/en-us/articles/206178924 第一,在如下文件中添加: 1 ...
- btsync 分享资源
Btsync是一款跨平台软件,可以在不同的设备之间共享文件. Btsync类似于BT下载,用户对用户(多用户)之间的传送. 文档的分享者可以将资源放到文件夹下,生成共享Key,分享给接受者,接受者只需 ...
- 2018-10-8-如何安装-btsync
title author date CreateTime categories 如何安装 btsync lindexi 2018-10-8 9:15:6 +0800 2018-2-13 17:23:3 ...
- 如何安装 btsync
本文告诉大家如何在 windows 和 Linux 安装使用 Btsync 而且分享一些小东西给大家 btsync 是分布式网盘 在这高速运作的信息化时代,使用云端来衔接工作和生活的点滴已是寻常事.可 ...
- 被称为同步神器的 BTSync,你可以怎么用?
在这高速运作的信息化时代,使用云端来衔接工作和生活的点滴已是寻常事.可你是否曾扪心自问过:用各大云端备份自己的信息资料,真的安全放心吗? 毫不夸张的说,其实恶意代码和漏洞早已和你如影随形.你甚至都不用 ...
随机推荐
- HTTP Headers解析
什么是HTTP Headers? 它包含了哪些内容? 利用requests.get()函数对豆瓣读书进行请求, 返回的r.headers如下所示: >>> import reques ...
- 基于RESTful API 设计用户权限控制
RESTful简述 本文是基于RESTful描述的,需要你对这个有初步的了解. RESTful是什么? Representational State Transfer,简称REST,是Roy Fiel ...
- SQL存储过程相关信息查看
--1.查看所有存储过程与函数 exec sp_stored_procedures 或者 select * from dbo.sysobjects where OBJECT ...
- Filebeat入门
一.安装filebeat 简介 Beats 是安装在服务器上的数据中转代理. Beats 可以将数据直接传输到 Elasticsearch 或传输到 Logstash . Beats 有多种类型,可以 ...
- MySQL学习笔记:调用存储过程或函数报1418错误
问题 MySQL开启bin-log后,调用存储过程或者函数以及触发器时,会出现错误号为1418的错误: ERROR 1418 (HY000): This function has none of DE ...
- post提交数据的四种编码方式
这里总结下post提交数据的四种方式. 参考文章: https://www.jianshu.com/p/3c3157669b64
- OA项目Spring.Net代替抽象工厂(三)
Servrvice层的代码: <?xml version="1.0" encoding="utf-8" ?> <objects xmlns=& ...
- OpenCV处理直方图
直方图可以用来描述各种不同的事物,如物体的色彩分布.物体边缘梯度模板,以及表示目标位置的当前假设. 简单的说,直方图就是对数据进行统计,将统计值组织到一系列事先定义好的bin中.bin中的数值是从数据 ...
- Asp.Net MVC Razor视图引擎与My97DatePicker插件的结合
using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using System. ...
- 修改web.config来开启Gzip压缩
IIS 7.0之后引入的一个IIS配置文件,详细内容参考官方链接http://www.iis.net/learn/get-started /planning-your-iis-architecture ...