Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cx

Package Overview
Dependencies
Maintainers
1
Versions
551
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cx

Cloud transfer utility: for transfering files/blobs to and from the cloud.

  • 0.0.1-beta
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4.6K
increased by50.68%
Maintainers
1
Weekly downloads
 
Created
Source

cx

Cloud transfer utility: for transferring files to and from the cloud.

Currently Supported Cloud Storage Providers

Currently, cx only supports Microsoft Azure, though support for Amazon S3 is planned next, with other to follow. In addition to cloud storage, we intend to also provide support for plain FTP and SFTP at some point.

Browser-based Client

Currently, the only CX ui available is a browser-based interface, courtesy Express. In the future, a command-line client, as well as a JavaScript library is planned.

Usage

To use cx, simply install it by typing npm install -g cx on the terminal (you may need to install Node first). To use the browser-based client, first start the cx server by simply typing cxs on terminal (do not close this terminal window). By default, the the cx server starts on port 3000, so all you have to do is point a web browser to localhost:3000. If you wish to run on a port other than 3000, you may specify the port number thusly: cxs -p 1234. Lastly, you may provide your Microsoft Azure storage account name and key on the command line: cxs [-p 1234] account key.

Keywords

FAQs

Package last updated on 01 Jul 2013

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc