Version 141 (modified by dkocher, on Dec 21, 2020 at 8:08:08 AM) (diff) |
---|
Table of Contents
Welcome to Cyberduck Wiki
This is the project development page for Cyberduck, a FTP, SFTP, WebDAV, OpenStack Swift & Amazon S3 Browser for Mac OS X & Windows.
Report issue
If you have a feature request or bug to report you can issue a new ticket. You might want to have a look for existing defect and enhancement tickets first.
Support Wiki
For general help about using Cyberduck, please refer to the Help Wiki.
Account
Anonymous edits are not allowed on this system due to spam. You need to be logged in to open a new ticket, append a comment or edit Wiki pages.
Login if you are already registered.
Snapshot and Beta builds
These are snapshot builds from the current development trunk featuring the latest bugfixes and enhancements. Be warned, tough, these builds are potentially unstable and experimental. Expect frequent updates pushed to the automatic update. You can also switch to beta or snapshot builds using automatic software update.
Mailing Lists
There is a Google Groups Cyberduck discussion mailing list.
The following additional mailing lists are hosted:
- News Announcements of new releases
- Localization Notifications about changes to the translations needed
- Trac Ticket changes from the Trac Ticket system
Localizations
Translations to new languages are welcome. We use Transifex to localize resources. Current available localizations are English, Czech, Dutch, Finnish, French, German, Italian, Japanese, Korean, Norwegian, Portuguese, Slovak, Spanish, Chinese (Traditional & Simplified Han), Russian, Swedish, Hungarian, Danish, Polish, Indonesian, Catalan, Welsh, Thai, Turkish, Hebrew, Latvian, Greek, Serbian, Georgian and Slovenian.
Make sure to subscribe to the localization mailing list.
Source
Source code is available licenced unter the GNU General Public Licence Version 3.
GIT Repository
The GIT repository is hosted at https://g.iterate.ch/scm/iterate/cyberduck.git which is mirrored on GitHub. Pull requests welcome!
git clone https://g.iterate.ch/scm/iterate/cyberduck.git
SVN Checkout
You can browse the SVN Repository. The current unstable version can be checked out from the SVN repository with:
svn co https://svn.cyberduck.io/trunk cyberduck
For build instructions, see the build instructions. Releases are tagged in https://svn.cyberduck.io/tags.
Maven Repository
Maven artifacts are published to a public repository. You can reference artifacts
<repository> <id>maven.cyberduck.io-release</id> <url>http://repo.maven.cyberduck.io.s3.amazonaws.com/releases/</url> <layout>default</layout> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>maven.cyberduck.io-snapshot</id> <url>http://repo.maven.cyberduck.io.s3.amazonaws.com/snapshots/</url> <layout>default</layout> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository>
Wiki Contributions
Read the formatting guidelines for editing help.
Sponsors
YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.
Copyright (c) 2002-2019 David V. Kocher & Yves Langisch. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.