Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
pm2 /
node_modules /
basic-ftp /
Delete
Unzip
Name
Size
Permission
Date
Action
dist
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
LICENSE.txt
1.03
KB
-rw-r--r--
2025-04-08 13:05
README.md
11.9
KB
-rw-r--r--
2025-04-08 13:05
package.json
1.17
KB
-rw-r--r--
2025-04-08 13:05
Save
Rename
{ "name": "basic-ftp", "version": "5.0.5", "description": "FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.", "main": "dist/index", "types": "dist/index", "files": [ "dist/**/*" ], "scripts": { "prepublishOnly": "npm run clean && npm run lint && tsc && mocha", "prepare": "tsc", "test": "npm run prepublishOnly", "clean": "rm -rf dist", "lint": "eslint \"./src/**/*.ts\"", "lint-fix": "eslint --fix \"./src/**/*.ts\"", "dev": "npm run clean && tsc --watch", "tdd": "mocha --watch", "buildOnly": "tsc" }, "repository": { "type": "git", "url": "https://github.com/patrickjuchli/basic-ftp.git" }, "author": "Patrick Juchli <patrickjuchli@gmail.com>", "license": "MIT", "keywords": [ "ftp", "ftps", "promise", "async", "await", "tls", "ipv6", "typescript" ], "engines": { "node": ">=10.0.0" }, "devDependencies": { "@types/mocha": "10.0.6", "@types/node": "20.10.4", "@typescript-eslint/eslint-plugin": "6.14.0", "@typescript-eslint/parser": "6.14.0", "eslint": "8.55.0", "mocha": "10.2.0", "typescript": "5.3.3" } }