
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
nanoweb-sync-ftp
Advanced tools
Nanoweb Sync FTP is a command-line tool for synchronizing files between a local directory and an FTP server. It supports different sync strategies and parallel uploads for efficiency.
sync, merge, force.npm install -g nanoweb-sync-ftp
nanoweb-sync-ftp -host ftp.example.com -user username -pass password -local ./dist -remote /
| Option | Description | Default |
|---|---|---|
-host | FTP server host | - |
-user | FTP username | - |
-pass | FTP password | - |
-port | FTP port | 21 |
-secure | Use secure FTP connection | false |
-acceptUnauthorized | Accept unauthorized certificates (TLS) | false |
-parallel | Number of parallel uploads | 1 |
-strategy | Sync strategy (sync, merge, force) | sync |
-local | Local directory to upload | dist |
-remote | Remote FTP directory | / |
-recent | Cache file for faster synchronization | .nanoweb-sync.json |
-public | Public directory to merge before upload | - |
Alternatively, you can define settings in a .env file:
FTP_HOST=ftp.example.com
FTP_USER=username
FTP_PASS=password
FTP_PORT=21
FTP_SECURE=false
FTP_PARALLEL_UPLOADS=1
FTP_ACCEPT_UNAUTHORIZED=true
SYNC_STRATEGY=sync
SYNC_LOCAL=dist
SYNC_REMOTE=/
SYNC_PUBLIC=public
SYNC_CACHE=.nanoweb-sync.json
See CONTRIBUTING.md for details on how to contribute.
FAQs
Nanoweb sync driver for FTP protocol
We found that nanoweb-sync-ftp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.