New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

fpush

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fpush

Simple, Super-powered File Push over FTP/SFTP

latest
Source
npmnpm
Version
0.7.0
Version published
Maintainers
1
Created
Source

fpush

Simple, Super-powered File Push over FTP/SFTP

Formally, named ftpush

introduction:

This is a developer tool that should make developer life easier; greasing the gears. We adhere to a set of principles we believe will direct its development to a better place.

Table of Contents

installation:

$ npm install fpush --global
$ fpush --help

See also:

project principles:

  • No lock-in: By using the tool, you do not get locked in. You have the freedom and choice to use another tool. It does not warrant you to change your workflow just to use the tool. The tool should just be a drop-in.
  • Mostly interruptible: The working of the tool should allow the operation to be stopped at any time without requiring the operation to be re-executed in whole. This is in consideration to the slow internet connections in some remote areas we work in.
  • Minimal: The tool just handles pushing files to the remote server. The internal core depends on drivers to access remote files. We should try as much as possible to reduce the code!
  • Embeddable: The tool exposes an API that allows other programs to use. The CLI employs this API itself.

limitations:

  • Mostly unaware: The tool does not keep a history of the files. It simply compares files between the remote server and local machine. You will need to use other tools, such as Git, to track such revisions.

hacking:

To start hacking on the application, read HACKING.md for guidelines and other relevant information.

license:

The MIT License (MIT)

Copyright (c) 2016 GochoMugo mugo@forfuture.co.ke
Copyright (c) 2016 Forfuture LLC we@forfuture.co.ke

#P003

Keywords

ftp

FAQs

Package last updated on 22 Sep 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