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

ftpterm

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ftpterm

The Command Line Interface FTP Client.

  • 2.0
  • PyPI
  • Socket score

Maintainers
1

About FTPterm

  • This script provide Command-Line FTPterm.
  • The command in this script is like bash.(cd, rm, and so on.)

Chenged Log ( in Version.2.0)

  • 1, Use argparse.
  • 2, Chenge specification.
  • 3, Can memorize history.
  • 4, Increase commands.

How to use

usage: ftpterm [-h] [-v] [-n] [-c CONFIG_FILE] [-u OPTS OPTS OPTS]

This script provide FTP client like Termainl.

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         Show program version.
  -n, --nomal           Call nomal type. If you not write arg, run 	nomal type.
  -c CONFIG_FILE, --use-conf CONFIG_FILE
    	                Use config file.
  -u OPTS OPTS OPTS, --upload OPTS OPTS OPTS
    	                Uplaod file. options : upload_file, config_file,
            	        filepath.

Feature

  • FTPterm can use CONFIG file.

  • If you use config file, Please write file name at argument.

  • The config file use syntax. [Setting] host = xxxxx.xxxx.xx(host) user = xxxxx(user) pass = *********(pass)

  • If you dont use config file, this script hear host, user and pass.

Commands

  • Please use help command.

FAQs


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