

- Windows automatic folder sync how to#
- Windows automatic folder sync code#
- Windows automatic folder sync Offline#
- Windows automatic folder sync mac#
Windows automatic folder sync mac#
Replace 'drive_label' in the commands below with your drive label (typically your Egnyte domain name) and run it in the Mac terminal: egcli connected-folders add -drive -lp “~/Desktop” -cp “/Private/::egnyte_username::/Desktop”Īrguments Used During Setup of Connected Folder via CLI In the following example, setting up connected folders to connect your Desktop folder to the Desktop folder in your Egnyte private folder.
Windows automatic folder sync code#
To set up connected folders in Desktop App Core, open "Terminal" and paste in the provided code after making the necessary changes.

Go to the Connected Folders tab in the widget to verify if a connected folder was added or removed successfully. The command-line tool in Windows will not confirm that the action was successful. In Windows, %username% will resolve in the currently logged in users' space. This is useful when connecting a folder to a location inside the user’s Private folder.īelow is an example of disconnecting a folder using the -rm option: "C:\Program Files (x86)\Egnyte Connect\EgnyteClient.exe" -command connect_folder -l selkirk -rm "C:\Users\%username%\Desktop" ::egnyte_username:: can be used as a placeholder for the Egnyte username. If there is a space in your drive label, you'll need to encapsulate the label name in quotes: "C:\Program Files (x86)\Egnyte Connect\EgnyteClient.exe" -command connect_folder -l selkirk -a "C:\Users\%username%\Desktop" -r "/Private/::egnyte_username::/Desktop" In our example, the drive label is Selkirk. Here's an example of setting up a connected folder connecting C:\Users\%username%\Desktop with a folder called "Desktop" in the user’s Private folder using -a to specify the local paths and -r to specify the cloud paths. To set up Connected Folders in Desktop App for Windows, open the command line tool and paste in the provided code after making the necessary changes.
Windows automatic folder sync how to#
How to Use Connected Folders Using Command Line Interface Desktop App for Windows If you need to disconnect a folder, simply select the checkbox next to it and click the "Disconnect selected" button. From there, you can easily choose to view them in either cloud or local storage. To review your connected folders, head to the Settings page of the Desktop App.

One of the benefits of doing this is increased performance when working with large files, and it allows access to files when offline.
Windows automatic folder sync Offline#
Any changes made to either folder are synchronized in real-time, allowing offline access to files.įrom the start, Egnyte supported the ability to sync an online folder to a user’s desktop. Setting up connected folders is particularly useful for linking library folders such as your Desktop, Documents, Pictures, and Downloads folders with folders in the cloud. The Desktop App enables you to establish connected folders, which are local folders on your computer that sync with designated folders in the cloud.
