_duck
Cyberduck for the command line interface (CLI).
The universal file transfer tool duck which runs in your shell on Linux and OS X or your Windows command line prompt. Edit files on remote servers, download, upload and copy between servers with FTP, SFTP or WebDAV plus support for cloud storage Amazon S3 & OpenStack Swift deployments.
Get access to your Cryptomator vaults from the command line. Transparent, client-side encryption support in Cyberduck and Mountain Duck to secure your data on any server or cloud storage. Based on the excellent concepts and work of Cryptomator. Encryption for data at rest prevents unauthorized access regardless of the server or cloud storage infrastructure. Version 6
Installation
brew install duck
Requires Homebrew. See other installation options to download a OS X installer package.
choco install duck
Requires Chocolatey. See other installation options to download the MSI installer for Windows.
- RPM Package Repository
-
echo -e "[duck-stable]\nname=duck-stable\nbaseurl=https://repo.cyberduck.io/stable/\$basearch/\nenabled=1\ngpgcheck=0" | sudo tee /etc/yum.repos.d/duck-stable.repo sudo yum install duck
Requires Yum Package Manager. See other installation options to download DEB and RPM packages.
- DEB Package Repository
-
echo -e "deb https://s3.amazonaws.com/repo.deb.cyberduck.io stable main" | sudo tee /etc/apt/sources.list.d/cyberduck.list > /dev/null sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FE7097963FEFBE72 sudo apt-get update sudo apt-get install duck
Requires APT. See other installation options to download DEB and RPM packages.