Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
png
config_user1_osx.png 52.2 kB 1 29-Dec-2020 05:25 Ben Spink
png
config_user2_win.png 109.5 kB 1 29-Dec-2020 05:25 Ben Spink
png
crushsync-download_osx.png 49.6 kB 1 29-Dec-2020 05:25 Ben Spink
png
crushsync-download_win.png 37.0 kB 1 29-Dec-2020 05:25 Ben Spink
png
crushsync.png 28.2 kB 4 22-Feb-2021 11:48 Ben Spink
png
crushsync_active.png 99.9 kB 1 29-Dec-2020 05:25 Ben Spink
png
crushsync_menu.png 21.1 kB 1 22-Feb-2021 11:48 Ben Spink
png
crushsync_osx_win.png 312.7 kB 1 29-Dec-2020 05:25 Ben Spink
png
crushsync_web.png 56.0 kB 1 22-Feb-2021 11:50 Ben Spink
png
file_upload_osx.png 124.0 kB 1 29-Dec-2020 05:25 Ben Spink
png
saving_shortcut_app_osx.png 33.2 kB 1 29-Dec-2020 05:25 Ben Spink
png
sync_webinterface.png 47.0 kB 1 29-Dec-2020 05:25 Ben Spink
png
test_sync.png 133.2 kB 1 29-Dec-2020 05:25 Ben Spink
png
usermanager_vfs_sync.png 132.0 kB 2 29-Dec-2020 05:25 Ben Spink
png
vfs_sync.png 32.7 kB 1 29-Dec-2020 05:25 Ben Spink
png
windows_synched_file.png 133.1 kB 1 29-Dec-2020 05:25 Ben Spink

This page (revision-32) was last changed on 05-Apr-2022 12:21 by Sandor

This page was created on 29-Dec-2020 05:25 by Ben Spink

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 changed one line
CrushSync is an enterprise only feature. It provides real time file synchronizations through CrushFTP. The client runs on the local machine monitoring the specified folders. When a change is detected, the change is propagated to the CrushFTP server, and any other clients subscribed to that folder now get those same changes. Only the changed parts of large files are sent, compression is used to save on bandwidth, and bandwidth acceleration can be used as well. Client configurations can be pre-configured for deployment, and an advanced mode allows clients to encrypt the data at the client side so that the server can never access the raw data. Only clients that have the private key can. This allows for robust one way synchronizations where a client places a file in the folder, and its sent to the server encrypted, and downloaded and decrypted by other privileged clients. The client is launched as an automatically updating application over a web connection. You as the server administrator control when you want to update the application for end users.
CrushSync is an enterprise only feature. It provides real time file synchronizations through CrushFTP. The client runs on the local machine monitoring the specified folders. When a change is detected, the change is propagated to the CrushFTP server, and any other clients subscribed to that folder now get those same changes. Only the changed parts of large files are sent, and bandwidth acceleration can be used as well.
At line 3 added 2 lines
[CrushSync Comparison] with some other similar products.
At line 16 changed one line
!!!Downloading and Starting the Client
!!!Giving Access to the Client
At line 18 changed one line
When a user is logged into the WebInterface, you will see an icon next to the folders and files that are being synched. You need to go into the user manager, WebInterface section, Buttons section and add the two new buttons for downloading the sync client, and managing the syncs.
The app itself is located here: \\
Windows: [https://www.crushftp.com/early10/CrushSync/CrushSync_windows.exe]\\
macOS: [https://www.crushftp.com/early10/CrushSync/CrushSync_macOS.zip]\\
----
!!!Starting the Client
----
When a user is logged into the WebInterface, you will see an icon next to the folders and files that are being synched.
[attachments|sync_webinterface.png]\\
At line 20 changed 2 lines
Then you can click the button to download the sync client if it has been added onto your user in the User Manager.\\
You will be asked for two passwords. The first is your current account password for the WebInterface. The second is the password for managing the sync agent. Use something secure, this password will be needed every time you open the 'Sync Manager' to control your sync agent(s).
[attachments|crushsync.png]\\
On windows, you will have an icon in your system tray for the sync agent and on OS X you will have an icon in your menubar. There is no management UI on the machine, you do all of that through the WebInterface in the 'Sync Manager'.\\
[attachments|crushsync_menu.png]
At line 23 removed 4 lines
[attachments|sync_webinterface.png]
On windows, you will have an icon in your system tray for the sync agent and on OS X you will have an icon in your menubar. There is no management UI on the machine, you do all of that through the WebInterface in the 'Sync Manager'.
At line 32 changed one line
[attachments|crushsync.png]\\
[attachments|crushsync_web.png]\\
At line 51 added 25 lines
----
!!!Special, macOS only daemon install requirement
----
macOS can no longer load our 'magical' native library that we use for listening into filesystem events. We have an alternative method, but it requires a one time daemon install command.\\
\\
First, find your CrushSync folder, and decide where its going to stay...forever, no changes to it, no renaming the folder, etc.\\
{{{
cd /Applications/CrushSync_macOS/CrushSync.app/Contents/Resources/
sudo Java/bin/java -cp CrushTunnel.jar com.crushftp.client.CrushSyncFSWatchServer -i
}}}
Enter your admin password and your done. If you laterened to remove that daemon, change the "-i" to a "-r".
----
!!! Special, Windows service mode install
----
Make sure the "Start with login" option is not set in the tray icon context menu, if it is, remove it. Close CrushSync if it is running. Then open an elevated CMD or PowerShell session, change directory into the installation folder, usually C:\Users\Administrator\AppData\Local\Programs\CrushSync\Resources , issue below command
{{{
.\Java\bin\java.exe -jar CrushTunnel.jar inline_script "service sync;quit"
}}}
Check the state of service in the Services console , or from command line
{{{
sc query "CrushSync Server"
}}}
Version Date Modified Size Author Changes ... Change note
32 05-Apr-2022 12:21 4.2 kB Sandor to previous
31 07-Jan-2022 14:30 4.637 kB Ada Csaba to previous | to last
30 07-Jan-2022 14:25 4.381 kB Ada Csaba to previous | to last
29 07-Jan-2022 14:22 4.126 kB Ada Csaba to previous | to last
28 16-Sep-2021 16:07 4.05 kB Ben Spink to previous | to last
27 22-Feb-2021 11:50 3.387 kB Ben Spink to previous | to last
26 22-Feb-2021 11:48 3.383 kB Ben Spink to previous | to last
25 22-Feb-2021 11:45 3.318 kB Ben Spink to previous | to last
24 22-Feb-2021 11:43 5.831 kB Ben Spink to previous | to last
23 29-Dec-2020 05:25 6.099 kB Ben Spink to previous | to last
22 29-Dec-2020 05:25 6.558 kB Halmágyi Árpád to previous | to last
21 29-Dec-2020 05:25 6.554 kB Ben Spink to previous | to last
« This page (revision-32) was last changed on 05-Apr-2022 12:21 by Sandor
G’day (anonymous guest)
CrushFTP10 | What's New
JSPWiki