Socket
Socket
Sign inDemoInstall

ftpd-cli

Package Overview
Dependencies
6
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ftpd-cli

Based on this npm [module](https://www.npmjs.com/package/ftpd). `ftpd-cli` is a simple and zero-config ftp server daemon that will help you if your boss wants ftp access right now.


Version published
Weekly downloads
11
increased by450%
Maintainers
1
Install size
2.19 MB
Created
Weekly downloads
 

Readme

Source

Truly simple zero-config 5-sec FTP server in pure JavaScript

Based on this npm module. ftpd-cli is a simple and zero-config ftp server daemon that will help you if your boss wants ftp access right now.

FTP

Install it globally

npm install -g ftpd-cli

Usage

To start ftp daemon with anonymous access:

ftpd-cli --directory path/to/files

To start ftp daemon with login-passwords only:

ftpd-cli --directory path/to/files --user-password login:322

To stop daemon:

ftpd-cli --stop

Available options

ftpd-cli --help
Usage: ftpd-cli [options]

Options:
 -V, --version          Prints image-sausage's version
 -H, --help             Print this help
 -D, --directory                Set root directory for ftp

Optional arguments:
 -P, --port             Set custom port (default: 21)
 -UP, --user-password           List of users as user1:password1,user2:password2 (If not presented anonymous access is enabled)
 -S, --stop             Signal to stop ftpd-cli daemon
 -DD, -DD               Do not daemonize

Keywords

FAQs

Last updated on 07 Aug 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc