rsnt_translations
56,420
edits
No edit summary |
No edit summary |
||
Line 73: | Line 73: | ||
<!--T:25--> | <!--T:25--> | ||
When you connect with a Synchronization client the first thing the client does is | When you connect with a Synchronization client, the first thing the client does is synchronize your files stored in the Compute Canada Nextcloud system with a copy of those files on your own desktop or laptop. All files that are different get downloaded to your own client. When files are changed they are re-copied to all the synchronized systems to ensure that the files are the same everywhere. The synchronization copies can take a lot of time when you (and/or your collaborators) change files frequently. The advantage is that you can work on the files offline, i.e., when you do not have network connectivity. They will be synchronized when network connectivity is re-established. | ||
=Using UNIX command line tools= <!--T:26--> | =Using UNIX command line tools= <!--T:26--> | ||
Line 81: | Line 81: | ||
<!--T:28--> | <!--T:28--> | ||
curl is usually installed on Mac OSX and Linux systems and can be used to upload and download files using an URL. | |||
==Upload a file using <tt>curl</tt>== <!--T:29--> | ==Upload a file using <tt>curl</tt>== <!--T:29--> |