cc_staff
292
edits
No edit summary |
No edit summary |
||
Line 80: | Line 80: | ||
<!--T:32--> | <!--T:32--> | ||
{{Command|curl -k -u <username> https://nextcloud.computecanada.ca/remote.php/webdav/<filename> -o <filename>}} | {{Command|curl -k -u <username> https://nextcloud.computecanada.ca/remote.php/webdav/<filename> -o <filename>}} | ||
==Upload and download files using <code>rclone</code>== | |||
Unline [https://curl.haxx.se/ curl], [https://rclone.org rclone] lets you create a configuration once for each remote and use it repeatedly without having to enter the remote host details and your password every time. The password will be stored encrypted on your computer in ~/.config/rclone/rclone.conf. | |||
First, install rclone on your computer via your favourite, e.g. via brew on MacOS. | |||
Next, | |||
=Sharing files using Nextcloud = <!--T:33--> | =Sharing files using Nextcloud = <!--T:33--> |