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