Available through npm:
npm i -g @internxt/cli
What's New:
Improvements
- Upload files up to 100 GB -> the upload limit has been increased from 40 GB to 100 GB, so you can now handle much larger files.
- WebDAV improvements -> improved speed operations, better file locking support, improved handling when replacing existing files, and clearer error messages.
- Faster response times -> we have added smarter caching across the app, so repeated requests (like browsing folders or checking your storage usage) are now noticeably quicker.
- Faster large file uploads -> large file uploads are now 500% faster.
- Improved credential handling to prevent data loss when saving the login information.
- Better thumbnail processing -> thumbnails for your files are now generated more reliably.
- Migrated from yarn to npm for faster and more reliable package management.
- Updated Docker image to Node 24 for better performance and security.
Bug fixes
- Fixed an issue where the credentials seem to have expired when they did not.
- Fixed an issue where NAS sync jobs where stopped after some auth errors.
- Various dependency updates to improve stability and security.