Questions tagged [hidrive]

HiDrive is a cloud storage service that lets you bring your photos, docs, and videos anywhere and share them easily. It uses a web interface and cross-platform file syncing application to manage files in the cloud. It also features an API.

HiDrive is a cloud storage service that lets you bring your photos, docs, and videos anywhere and share them easily. The paid services add more features and space. It uses a web interface and cross-platform file syncing application to manage files in the cloud. It also features an API for both the files and login services.

5 questions
1
vote
0 answers

Node webdav on strato hidrive. Uploaded binary files broken

I just want to be able to upload and download binary files to Strato Hidrive using node.js with webdav. I tested uploading a jpg-image with the following code: const createClient = require("webdav"); const fs = require("fs"); let client =…
mjm
  • 11
  • 1
1
vote
1 answer

Get file from remote server using httpful php library

`I have a file stored on a strato hidrive which I'm able to access directly using webdav and authentication like so: https://username:password@webdav.hidrive.strato.com/path/to/my/file.zip When I paste that in my address bar I can directly download…
Ortixx
  • 833
  • 3
  • 10
  • 23
0
votes
2 answers

Can we upload files to hidrive online stroage from our rails application?

In my rails application i have an option to upload documents. I want to save those uploaded documents somewhere in the online. I googled and got a free online storage site named hi drive (https://www.hidrive.strato.com/). Can we upload files to…
Can Can
  • 3,644
  • 5
  • 32
  • 56
0
votes
3 answers

Java Webdav File Synchronization

I have a cloud storage at strato namely hidrive. It uses the webdav protocol. Note that it's based on HTTP. The client application they provide is poor and buggy so I tried various other tools for synchronization but none just worked the way I need…
BullyWiiPlaza
  • 17,329
  • 10
  • 113
  • 185
0
votes
1 answer

How to copy files from source to target with a unattended bash script?

I want to copy files from a source to a target unattended via bash script. I do have options to use sftp, ftp over SSL, rsync, WebDAV, CIFS I do not have the option to install a SSH key pair on the target side (Strato HiDrive), so scp and sftp won't…
Viktor
  • 623
  • 4
  • 10
  • 25