mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
f9104fe977
Former-commit-id: 52bccd1b25c59b5080f00c18e995e1d941441aeb
1.0 KiB
1.0 KiB
Cyberduck
Libre FTP, SFTP, WebDAV, S3, Azure and OpenStack Swift browser for Mac and Windows. Command line interface (CLI) for Linux, OS X and Windows .
Prerequisites
- Oracle Java 1.8.0 SDK or later
- Apache Ant 1.7.1 or later
- Apache Maven 3.2.5 or later
- Xcode 7.1 or later
- Microsoft Visual Studio 2012 or later
- Microsoft Windows SDK for Windows 7 and .NET Framework 4
- MSBuild Community Tasks
- Bonjour SDK for Windows
Building
- Run
mvn package -DskipTeststo build without running any tests.
Running Tests
- After packaging, run
mvn test -DskipITsto run unit tests but skip integration tests.
Releases
Releases are tagged in GIT/SVN such as release-2-6. Checkout using svn co https://svn.cyberduck.io/tags/release-2-6.