🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

owncloud

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

owncloud

Owncloud API for NodeJS App & Owncloud Installer

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

owncloud : OwnCloud API & Installer

Coming soon...

How it will be (Code Design) :

   let OC=require('owncloud');
   const instance=OC.conf({host:'fss.abdennoor.com',port:443},function(info){
        if(info.success){
          info.version // ?

        }
   });
   instance.authenticate({u:'admin',p:'something'});
   let uploadJob=instance.upload('./docs/cv.txt',);
    uploadJob.onProgress((uploaded)=>{

    });
    uploadJob.onSuccess((file)=>{
         console.log('Done!');
         file.share((status,link)=>{
            console.log(`${link} is a public link for ${file.name} uploaded by ${file.owner}`);
         });

    });

Coming Soon :

Wait us in version 1.1.10

Keywords

owncloud

FAQs

Package last updated on 21 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts