Simple tool that gives secure remote file control with no client-side installation. First execution, into config folder, from default.json will create config.json ...
PORT = int(sys.argv[1]) if len(sys.argv) > 1 else 8080 BASE_DIR = sys.argv[2] if len(sys.argv) > 2 else os.getcwd() USERNAME = sys.argv[3] if len(sys.argv) > 3 else 'admin' ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results