@dankolz/sftp-file-downloader
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
sftp-file-download | ||
sftp-file-downloader | ||
@@ -6,2 +6,2 @@ | ||
sftp-file-download -h <host> -u <username> -p <password> <source_file> <destination> | ||
sftp-file-downloader -h <host> -u <username> -p <password> <source_file> <destination> |
{ | ||
"name": "@dankolz/sftp-file-downloader", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -10,3 +10,3 @@ "main": "download-file.mjs", | ||
"bin": { | ||
"sftp-file-download": "./command.mjs" | ||
"sftp-file-downloader": "./command.mjs" | ||
}, | ||
@@ -13,0 +13,0 @@ "keywords": [], |
@@ -11,3 +11,3 @@ # SFTP File Download | ||
```bash | ||
sudo npm install -g @dankolz/sftp-file-download | ||
sudo npm install -g @dankolz/sftp-file-downloader | ||
``` | ||
@@ -21,3 +21,3 @@ | ||
```bash | ||
sftp-file-download -h <host> -u <username> -p <password> <source_file> <destination> | ||
sftp-file-downloader -h <host> -u <username> -p <password> <source_file> <destination> | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2117