Version 6 (modified by dkocher, on Nov 17, 2014 at 5:31:50 PM) (diff) |
---|
Table of Contents
Cyberduck Help / Howto / Command Line Interface (CLI)
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
brew install duck
to install.
Windows
Available as a Chocolatey package. Use
choco install duck
to install.
Linux
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