diff options
Diffstat (limited to 'drivesync')
| -rwxr-xr-x | drivesync | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ upload() { } download() { - curl -u $username:$password -T $file $server/remote.php/dav/files/$username/$path/ + curl -X GET -u $username:$password $server/remote.php/dav/files/$username/$file --output $path } |