Version 13 (modified by dkocher, on Dec 11, 2014 at 4:23:19 PM) (diff) |
---|
Cyberduck Help / Howto / Command Line Interface (CLI)
Work in Progress
Cyberduck with a command line interface (CLI) is available for Mac, Windows & Linux. It is installed as duck.
Installation
Mac
Available as a Homebrew package. Use
curl https://version.cyberduck.io/nightly/duck.rb >> /usr/local/Library/Formula/duck.rb brew install duck
to install.
Windows
Chocolatey
Available as a Chocolatey package. Use
choco install duck
to install.
MSI Installer
Download the latest setup.
Linux
RPM Package
DEB Package
Usage
Usage: duck [options...] <url> [<file>] The <url> must be a fully qualified URL of remote file or folder such as 'ftps://example.net/resource'. Can include username and password prefixed to the host name. Supported protocols ftp FTP (File Transfer Protocol) Example URL: ftp://<hostname>/<folder>/<file> ftps FTP-SSL (Explicit AUTH TLS) Example URL: ftps://<hostname>/<folder>/<file> sftp SFTP (SSH File Transfer Protocol) Example URL: sftp://<hostname>/<folder>/<file> dav WebDAV (Web-based Distributed Authoring and Versioning) Example URL: dav://<hostname>/<folder>/<file> davs WebDAV (HTTP/SSL) Example URL: davs://<hostname>/<folder>/<file> swift Swift (OpenStack Object Storage) Example URL: swift://<container>/<key> s3 S3 (Amazon Simple Storage Service) Example URL: s3://<container>/<key> gs Google Cloud Storage Example URL: gs://<container>/<key> azure Windows Azure Storage Example URL: azure://<container>/<key> -d,--download Download file --edit <arg> Edit file in external editor -h,--help Print this help -p,--password <password> Password -u,--username <username> Username --upload Upload file -v,--verbose Print transcript -V,--version Show version number and quit
Attachments (1)
- Cyberduck CLI Setup.png (48.6 KB) - added by dkocher on Dec 4, 2014 at 2:02:59 PM.
Download all attachments as: .zip