Owncloud скачать для windows 10



Поставить оценку
Средний рейтинг 3.3, всего оценок — 6

  • Скачать программу
  • Описание и функции
  • Скриншоты интерфейса
  • Комментарии пользователей
Название→ ownCloud Desktop Client
Версия→ 3.0.0
Лицензия→ Открытый код
Размер файла→ 19.1 Мб
Поддержка→ Windows 10, 11
Разработчик→ ownCloud Team
Опубликовано→ 08 ноября 2022

OwnCloud for Desktop — это самодостаточная платформа для синхронизации файлов и обмена приложениями с открытым исходным кодом. Получайте доступ и синхронизируйте свои файлы, контакты, календари и закладки на своих устройствах. OwnCloud — это собственный и общий сервер синхронизации файлов. Он обеспечивает доступ к вашим данным через веб-интерфейс, клиенты синхронизации или WebDAV, а также предоставляет платформу для удобного просмотра, синхронизации и обмена данными между устройствами — и все это под вашим контролем. Открытая архитектура ownCloud расширяема с помощью простого, но мощного API для приложений и плагинов и работает с любым хранилищем.

Скачать для компьютера

Скачайте бесплатно и установите ownCloud Desktop Client 3.0.0 по прямой ссылке с сервера. Программа имеет лицензию «Открытый код» и разработана ownCloud Team, подходит для компьютера и ноутбука с Windows 10, 11. Размер загружаемого файла составляет 19.1 Мб.

Описание программы

Храните свои личные фотографии, документы, календари и контакты на собственном облачном сервере дома, на арендованном VPS или используйте одного из общедоступных провайдеров ownCloud. Получите доступ к вашим существующим данным на FTP-диске на работе, изображениям, которыми вы поделились с вами в Dropbox или с вашим NAS дома, через ваш собственный облачный сервер. Запустите свой собственный облачный сервер в месте, которому вы доверяете, и получите доступ ко всем данным, которые вам нужны, в одном месте!

Когда вы путешествуете, получите доступ к ownCloud через свои устройства Android или iOS. Автоматически загружать изображения после их съемки. Синхронизируйте файлы дома или работайте с настольным клиентом, поддерживая синхронизацию одной или нескольких локальных папок между устройствами. И где бы вы ни находились, веб-интерфейс позволяет просматривать, совместно использовать и редактировать файлы в одиночку или вместе с другими.

Отправляйте защищенные паролем публичные ссылки, чтобы другие могли загружать вам файлы; Вы получаете уведомление на свой телефон, когда получаете акцию из своей учетной записи или с другого сервера ownCloud. Редактируйте документы вместе, совершайте видеозвонки на собственном сервере, комментируйте изображения, которыми вы делитесь с вами или вами. Не будь один!

Скриншоты интерфейса

Комментарии пользователей

v5.0.0

Breaking changes:

  • 32bit Windows is no longer supported
  • MacOS 10.13 and 10.14 are no longer supported

Known issues

  • Linux repositories are omitted from this release

Downloads

ownCloud client

Windows:

64 bit Windows MSI for Group Policy

macOS

Intel M1

Linux

AppImage

Testpilotcloud branded client

Windows

Windows Windows for Group Policy

macOS

Intel M1

Linux

AppImage

Sources: ownCloud-5.0.0.12278.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.0.0] (2023-10-06)

The following sections list the changes in ownCloud Desktop Client 5.0.0 relevant to
ownCloud admins and users.

Summary

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682
  • Bugfix — VFS Placeholders can now be replaced with folders: #10223
  • Bugfix — Authentication dialog no longer appears again and again: #10351
  • Bugfix — Possible deadlock during log setup: #10905
  • Bugfix — Do not create default sync root when loading accounts: #10919
  • Bugfix — Update capabilites and other info after connect: #10978
  • Bugfix — Account activity and crash after an account was removed: #10990
  • Bugfix — Crash during application shutdown: #11016
  • Bugfix — Hide hidden folders again in the selective sync view: #11047
  • Bugfix — Fix check if a file is a placeholder: #11107
  • Bugfix — Hydration state of file after a directory was replaced with a file: #11162
  • Bugfix — Only syncronize after the server settings where refreshed: #11168
  • Bugfix — Consitently use the same icon for folders: #11190
  • Bugfix — Branding of folder status overlay: #11192
  • Bugfix — Creation of folder on the server: #11232
  • Bugfix — Selective sync when not the remote root is synced: #11233
  • Change — Extract Nautilus: #8991
  • Change — Remove support for sidebar entries for non-vfs setups on Windows: #10788
  • Change — Remove support for client side system proxy credentials: #10866
  • Change — Modernize systray menu: #10939
  • Change — We removed the pre 2.9 credentials migration: #11081
  • Change — Remove libcloudproviders integration: #11148
  • Change — Disable context menu item to get a public link for a space: #11242
  • Enhancement — Store proxy password securely: #261
  • Enhancement — Windows VFS: Prevent rename to ignored file name: #8216
  • Enhancement — Change how all files deleted is handled: #8360
  • Enhancement — Port from QtSingleApplication to KDSingleApplication: #8432
  • Enhancement — Enable crash reporter in commandline client: #8991
  • Enhancement — Make «Show files versions…» context menu action available: #10197
  • Enhancement — Log http request when it is send: #10313
  • Enhancement — Allow selective sync of spaces in folder wizard: #10596
  • Enhancement — Send a language header in all http requests: #10619
  • Enhancement — Help user fix problems on the last setup wizard page: #10680
  • Enhancement — Display a progress spinner during the initial setup: #10751
  • Enhancement — Reduce how often file changes are handled: #10825
  • Enhancement — Persist filter settings for Not Synced tab: #10928
  • Enhancement — --cmd argument added to the GUI client: #10976

Details

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682

    We no longer show multiple messages about files which were excluded from the sync because they
    were excluded by the users.

    owncloud/enterprise#5682

  • Bugfix — VFS Placeholders can now be replaced with folders: #10223

    If a local VFS placeholder is replaced with a folder on the server, the client previously failed
    to populate the change.

    #10223

  • Bugfix — Authentication dialog no longer appears again and again: #10351

    #10351

  • Bugfix — Possible deadlock during log setup: #10905

    If an error occured during the setup of the log file, it was possible that the client got
    deadlocked.

    #10905

  • Bugfix — Do not create default sync root when loading accounts: #10919

    Creating the default sync root is only needed at initial setup. If a user chooses to point all
    folders for Spaces outside that default sync root, and deletes the default sync root folder, it
    will now no longer be created.

    #10919
    #11128

  • Bugfix — Update capabilites and other info after connect: #10978

    We fixed a bug where server infos might have only been updated several minutes after the client
    connected to the server.

    #10978

  • Bugfix — Account activity and crash after an account was removed: #10990

    We fixed a bug where an account performed actions after it was removed.

    #10990

  • Bugfix — Crash during application shutdown: #11016

    We fixed a where the main instance was accessed after it was destroyed.

    #11016

  • Bugfix — Hide hidden folders again in the selective sync view: #11047

    #11047

  • Bugfix — Fix check if a file is a placeholder: #11107

    Previously, files with zero bytes in size were considered placeholders. This is not correct,
    and has been fixed by using the correct API to check for placeholders.

    #11107

  • Bugfix — Hydration state of file after a directory was replaced with a file: #11162

    If a synced directory was replaced with a file on the server, we downloaded it instead of
    replacing the folder with a VirtualFile placeholder.

    #11162

  • Bugfix — Only syncronize after the server settings where refreshed: #11168

    We fix…

v5.0.0-rc.4

Known issues

  • Linux repositories are omitted from this release

Downloads

ownCloud client

Windows:

64 bit 32 bit Windows MSI for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage

Sources: ownCloud-5.0.0.12274-rc.4.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.0.0-rc.4] (2023-10-05)

The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.

Summary

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682
  • Bugfix — VFS Placeholders can now be replaced with folders: #10223
  • Bugfix — Authentication dialog no longer appears again and again: #10351
  • Bugfix — Possible deadlock during log setup: #10905
  • Bugfix — Do not create default sync root when loading accounts: #10919
  • Bugfix — Update capabilites and other info after connect: #10978
  • Bugfix — Account activity and crash after an account was removed: #10990
  • Bugfix — Crash during application shutdown: #11016
  • Bugfix — Hide hidden folders again in the selective sync view: #11047
  • Bugfix — Fix check if a file is a placeholder: #11107
  • Bugfix — Hydration state of file after a directory was replaced with a file: #11162
  • Bugfix — Only syncronize after the server settings where refreshed: #11168
  • Bugfix — Consitently use the same icon for folders: #11190
  • Bugfix — Branding of folder status overlay: #11192
  • Bugfix — Creation of folder on the server: #11232
  • Bugfix — Selective sync when not the remote root is synced: #11233
  • Change — Extract Nautilus: #8991
  • Change — Remove support for sidebar entries for non-vfs setups on Windows: #10788
  • Change — Remove support for client side system proxy credentials: #10866
  • Change — Modernize systray menu: #10939
  • Change — We removed the pre 2.9 credentials migration: #11081
  • Change — Remove libcloudproviders integration: #11148
  • Change — Disable context menu item to get a public link for a space: #11242
  • Enhancement — Store proxy password securely: #261
  • Enhancement — Windows VFS: Prevent rename to ignored file name: #8216
  • Enhancement — Change how all files deleted is handled: #8360
  • Enhancement — Port from QtSingleApplication to KDSingleApplication: #8432
  • Enhancement — Enable crash reporter in commandline client: #8991
  • Enhancement — Make «Show files versions…» context menu action available: #10197
  • Enhancement — Log http request when it is send: #10313
  • Enhancement — Allow selective sync of spaces in folder wizard: #10596
  • Enhancement — Send a language header in all http requests: #10619
  • Enhancement — Help user fix problems on the last setup wizard page: #10680
  • Enhancement — Display a progress spinner during the initial setup: #10751
  • Enhancement — Reduce how often file changes are handled: #10825
  • Enhancement — Persist filter settings for Not Synced tab: #10928
  • Enhancement — --cmd argument added to the GUI client: #10976

Details

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682

    We no longer show multiple messages about files which were excluded from the sync because they
    were excluded by the users.

    owncloud/enterprise#5682

  • Bugfix — VFS Placeholders can now be replaced with folders: #10223

    If a local VFS placeholder is replaced with a folder on the server, the client previously failed
    to populate the change.

    #10223

  • Bugfix — Authentication dialog no longer appears again and again: #10351

    #10351

  • Bugfix — Possible deadlock during log setup: #10905

    If an error occured during the setup of the log file, it was possible that the client got
    deadlocked.

    #10905

  • Bugfix — Do not create default sync root when loading accounts: #10919

    Creating the default sync root is only needed at initial setup. If a user chooses to point all
    folders for Spaces outside that default sync root, and deletes the default sync root folder, it
    will now no longer be created.

    #10919
    #11128

  • Bugfix — Update capabilites and other info after connect: #10978

    We fixed a bug where server infos might have only been updated several minutes after the client
    connected to the server.

    #10978

  • Bugfix — Account activity and crash after an account was removed: #10990

    We fixed a bug where an account performed actions after it was removed.

    #10990

  • Bugfix — Crash during application shutdown: #11016

    We fixed a where the main instance was accessed after it was destroyed.

    #11016

  • Bugfix — Hide hidden folders again in the selective sync view: #11047

    #11047

  • Bugfix — Fix check if a file is a placeholder: #11107

    Previously, files with zero bytes in size were considered placeholders. This is not correct,
    and has been fixed by u…

v5.0.0-rc.3

Known issues

  • Linux repositories are omitted from this release

Downloads

ownCloud client

Windows:

64 bit 32 bit Windows MSI for Group Policy 32 bit GPO

MacOs

Intel M1

Linux

AppImage

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

MacOS

Intel M1

Linux

AppImage

Sources: ownCloud-5.0.0.12232-rc.3.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.0.0-rc.3] (2023-09-29)

The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.

Summary

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682
  • Bugfix — VFS Placeholders can now be replaced with folders: #10223
  • Bugfix — Authentication dialog no longer appears again and again: #10351
  • Bugfix — Possible deadlock during log setup: #10905
  • Bugfix — Do not create default sync root when loading accounts: #10919
  • Bugfix — Update capabilites and other info after connect: #10978
  • Bugfix — Account activity and crash after an account was removed: #10990
  • Bugfix — Crash during application shutdown: #11016
  • Bugfix — Hide hidden folders again in the selective sync view: #11047
  • Bugfix — Fix check if a file is a placeholder: #11107
  • Bugfix — Hydration state of file after a directory was replaced with a file: #11162
  • Bugfix — Only syncronize after the server settings where refreshed: #11168
  • Bugfix — Consitently use the same icon for folders: #11190
  • Bugfix — Branding of folder status overlay: #11192
  • Bugfix — Creation of folder on the server: #11232
  • Bugfix — Selective sync when not the remote root is synced: #11233
  • Change — Remove support for sidebar entries for non-vfs setups on Windows: #10788
  • Change — Remove support for client side system proxy credentials: #10866
  • Change — Modernize systray menu: #10939
  • Change — We removed the pre 2.9 credentials migration: #11081
  • Change — Remove libcloudproviders integration: #11148
  • Change — Disable context menu item to get a public link for a space: #11242
  • Enhancement — Store proxy password securely: #261
  • Enhancement — Windows VFS: Prevent rename to ignored file name: #8216
  • Enhancement — Change how all files deleted is handled: #8360
  • Enhancement — Port from QtSingleApplication to KDSingleApplication: #8432
  • Enhancement — Enable crash reporter in commandline client: #8991
  • Enhancement — Make «Show files versions…» context menu action available: #10197
  • Enhancement — Log http request when it is send: #10313
  • Enhancement — Allow selective sync of spaces in folder wizard: #10596
  • Enhancement — Send a language header in all http requests: #10619
  • Enhancement — Help user fix problems on the last setup wizard page: #10680
  • Enhancement — Display a progress spinner during the initial setup: #10751
  • Enhancement — Reduce how often file changes are handled: #10825
  • Enhancement — Persist filter settings for Not Synced tab: #10928
  • Enhancement — --cmd argument added to the GUI client: #10976

Details

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682

    We no longer show multiple messages about files which were excluded from the sync because they
    were excluded by the users.

    owncloud/enterprise#5682

  • Bugfix — VFS Placeholders can now be replaced with folders: #10223

    If a local VFS placeholder is replaced with a folder on the server, the client previously failed
    to populate the change.

    #10223

  • Bugfix — Authentication dialog no longer appears again and again: #10351

    #10351

  • Bugfix — Possible deadlock during log setup: #10905

    If an error occured during the setup of the log file, it was possible that the client got
    deadlocked.

    #10905

  • Bugfix — Do not create default sync root when loading accounts: #10919

    Creating the default sync root is only needed at initial setup. If a user chooses to point all
    folders for Spaces outside that default sync root, and deletes the default sync root folder, it
    will now no longer be created.

    #10919
    #11128

  • Bugfix — Update capabilites and other info after connect: #10978

    We fixed a bug where server infos might have only been updated several minutes after the client
    connected to the server.

    #10978

  • Bugfix — Account activity and crash after an account was removed: #10990

    We fixed a bug where an account performed actions after it was removed.

    #10990

  • Bugfix — Crash during application shutdown: #11016

    We fixed a where the main instance was accessed after it was destroyed.

    #11016

  • Bugfix — Hide hidden folders again in the selective sync view: #11047

    #11047

  • Bugfix — Fix check if a file is a placeholder: #11107

    Previously, files with zero bytes in size were considered placeholders. This is not correct,
    and has been fixed by using the correct API to check for placeholders.

    https://github.com/…

v5.0.0-rc.2

Known issues

  • Linux repositories are omitted from this release

Downloads

ownCloud client

Windows:

64 bit 32 bit Windows MSI for Group Policy 32 bit GPO

MacOs

Intel M1

Linux

AppImage

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

MacOS

Intel M1

Linux

AppImage

Sources: ownCloud-5.0.0.12187-rc.2.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.0.0-rc.2] (2023-09-22)

The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.

Summary

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682
  • Bugfix — VFS Placeholders can now be replaced with folders: #10223
  • Bugfix — Authentication dialog no longer appears again and again: #10351
  • Bugfix — Possible deadlock during log setup: #10905
  • Bugfix — Do not create default sync root when loading accounts: #10919
  • Bugfix — Update capabilites and other info after connect: #10978
  • Bugfix — Account activity and crash after an account was removed: #10990
  • Bugfix — Crash during application shutdown: #11016
  • Bugfix — Hide hidden folders again in the selective sync view: #11047
  • Bugfix — Fix check if a file is a placeholder: #11107
  • Bugfix — Hydration state of file after a directory was replaced with a file: #11162
  • Bugfix — Only syncronize after the server settings where refreshed: #11168
  • Bugfix — Consitently use the same icon for folders: #11190
  • Bugfix — Branding of folder status overlay: #11192
  • Change — Remove support for sidebar entries for non-vfs setups on Windows: #10788
  • Change — Remove support for client side system proxy credentials: #10866
  • Change — Modernize systray menu: #10939
  • Change — We removed the pre 2.9 credentials migration: #11081
  • Change — Remove libcloudproviders integration: #11148
  • Enhancement — Store proxy password securely: #261
  • Enhancement — Windows VFS: Prevent rename to ignored file name: #8216
  • Enhancement — Change how all files deleted is handled: #8360
  • Enhancement — Port from QtSingleApplication to KDSingleApplication: #8432
  • Enhancement — Enable crash reporter in commandline client: #8991
  • Enhancement — Make «Show files versions…» context menu action available: #10197
  • Enhancement — Log http request when it is send: #10313
  • Enhancement — Allow selective sync of spaces in folder wizard: #10596
  • Enhancement — Send a language header in all http requests: #10619
  • Enhancement — Help user fix problems on the last setup wizard page: #10680
  • Enhancement — Display a progress spinner during the initial setup: #10751
  • Enhancement — Reduce how often file changes are handled: #10825
  • Enhancement — Persist filter settings for Not Synced tab: #10928
  • Enhancement — --cmd argument added to the GUI client: #10976

Details

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682

    We no longer show multiple messages about files which were excluded from the sync because they
    were excluded by the users.

    owncloud/enterprise#5682

  • Bugfix — VFS Placeholders can now be replaced with folders: #10223

    If a local VFS placeholder is replaced with a folder on the server, the client previously failed
    to populate the change.

    #10223

  • Bugfix — Authentication dialog no longer appears again and again: #10351

    #10351

  • Bugfix — Possible deadlock during log setup: #10905

    If an error occured during the setup of the log file, it was possible that the client got
    deadlocked.

    #10905

  • Bugfix — Do not create default sync root when loading accounts: #10919

    Creating the default sync root is only needed at initial setup. If a user chooses to point all
    folders for Spaces outside that default sync root, and deletes the default sync root folder, it
    will now no longer be created.

    #10919
    #11128

  • Bugfix — Update capabilites and other info after connect: #10978

    We fixed a bug where server infos might have only been updated several minutes after the client
    connected to the server.

    #10978

  • Bugfix — Account activity and crash after an account was removed: #10990

    We fixed a bug where an account performed actions after it was removed.

    #10990

  • Bugfix — Crash during application shutdown: #11016

    We fixed a where the main instance was accessed after it was destroyed.

    #11016

  • Bugfix — Hide hidden folders again in the selective sync view: #11047

    #11047

  • Bugfix — Fix check if a file is a placeholder: #11107

    Previously, files with zero bytes in size were considered placeholders. This is not correct,
    and has been fixed by using the correct API to check for placeholders.

    #11107

  • Bugfix — Hydration state of file after a directory was replaced with a file: #11162

    If a synced directory was replaced with a file on the server, we downloaded it instead of
    replacing the folder with a VirtualFile placeholder.

    https://github.com/owncloud/cl…

v5.0.0-beta.3

Downloads

ownCloud client

Windows:

64 bit Windows MSI for Group Policy

macOS

Intel M1

Linux

AppImage Package repository

Testpilotcloud branded client

Windows

Windows Windows for Group Policy

macOS

Intel M1

Linux

AppImage Package repository

Sources: ownCloud-5.0.0.12137-beta.3.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.0.0-beta.3] (2023-09-15)

The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.

Summary

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682
  • Bugfix — VFS Placeholders can now be replaced with folders: #10223
  • Bugfix — Authentication dialog no longer appears again and again: #10351
  • Bugfix — Possible deadlock during log setup: #10905
  • Bugfix — Do not create default sync root when loading accounts: #10919
  • Bugfix — Update capabilites and other info after connect: #10978
  • Bugfix — Account activity and crash after an account was removed: #10990
  • Bugfix — Crash during application shutdown: #11016
  • Bugfix — Hide hidden folders again in the selective sync view: #11047
  • Bugfix — Fix check if a file is a placeholder: #11107
  • Bugfix — Hydration state of file after a directory was replaced with a file: #11162
  • Bugfix — Only syncronize after the server settings where refreshed: #11168
  • Bugfix — Consitently use the same icon for folders: #11190
  • Bugfix — Branding of folder status overlay: #11192
  • Change — Extract Nautilus: #8991
  • Change — Remove support for sidebar entries for non-vfs setups on Windows: #10788
  • Change — Remove support for client side system proxy credentials: #10866
  • Change — Modernize systray menu: #10939
  • Change — We removed the pre 2.9 credentials migration: #11081
  • Change — Remove libcloudproviders integration: #11148
  • Enhancement — Store proxy password securely: #261
  • Enhancement — Change how all files deleted is handled: #8360
  • Enhancement — Port from QtSingleApplication to KDSingleApplication: #8432
  • Enhancement — Enable crash reporter in commandline client: #8991
  • Enhancement — Make «Show files versions…» context menu action available: #10197
  • Enhancement — Log http request when it is send: #10313
  • Enhancement — Allow selective sync of spaces in folder wizard: #10596
  • Enhancement — Send a language header in all http requests: #10619
  • Enhancement — Help user fix problems on the last setup wizard page: #10680
  • Enhancement — Display a progress spinner during the initial setup: #10751
  • Enhancement — Reduce how often file changes are handled: #10825
  • Enhancement — Persist filter settings for Not Synced tab: #10928
  • Enhancement — --cmd argument added to the GUI client: #10976

Details

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682

    We no longer show multiple messages about files which were excluded from the sync because they
    were excluded by the users.

    owncloud/enterprise#5682

  • Bugfix — VFS Placeholders can now be replaced with folders: #10223

    If a local VFS placeholder is replaced with a folder on the server, the client previously failed
    to populate the change.

    #10223

  • Bugfix — Authentication dialog no longer appears again and again: #10351

    #10351

  • Bugfix — Possible deadlock during log setup: #10905

    If an error occured during the setup of the log file, it was possible that the client got
    deadlocked.

    #10905

  • Bugfix — Do not create default sync root when loading accounts: #10919

    Creating the default sync root is only needed at initial setup. If a user chooses to point all
    folders for Spaces outside that default sync root, and deletes the default sync root folder, it
    will now no longer be created.

    #10919
    #11128

  • Bugfix — Update capabilites and other info after connect: #10978

    We fixed a bug where server infos might have only been updated several minutes after the client
    connected to the server.

    #10978

  • Bugfix — Account activity and crash after an account was removed: #10990

    We fixed a bug where an account performed actions after it was removed.

    #10990

  • Bugfix — Crash during application shutdown: #11016

    We fixed a where the main instance was accessed after it was destroyed.

    #11016

  • Bugfix — Hide hidden folders again in the selective sync view: #11047

    #11047

  • Bugfix — Fix check if a file is a placeholder: #11107

    Previously, files with zero bytes in size were considered placeholders. This is not correct,
    and has been fixed by using the correct API to check for placeholders.

    #11107

  • Bugfix — Hydration state of file after a directory was replaced with a file: #11162

    If a synced directory was replaced with a file on the server, we downloaded it instead of
    replacing the folder with a VirtualFile placeholder.

    #11162

  • Bugfix — Only syncronize after the server settings where refreshed: #11168

    We fixed an issue where the sync was started on outdated server settings.

    #11168

  • Bugfix — Consitently use the same icon for folders: #11190

    In 4.0 we introduced a n…

v5.0.0-beta.2

Downloads

ownCloud client

Windows:

64 bit 32 bit Windows MSI for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage Package repository

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage

Sources: ownCloud-5.0.0.11920-beta.2.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.0.0-beta.2] (2023-08-26)

The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.

Summary

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682
  • Bugfix — VFS Placeholders can now be replaced with folders: #10223
  • Bugfix — Authentication dialog no longer appears again and again: #10351
  • Bugfix — Possible deadlock during log setup: #10905
  • Bugfix — Do not create default sync root when loading accounts: #10919
  • Bugfix — Update capabilites and other info after connect: #10978
  • Bugfix — Account activity and crash after an account was removed: #10990
  • Bugfix — Crash during application shutdown: #11016
  • Bugfix — Hide hidden folders again in the selective sync view: #11047
  • Bugfix — Fix check if a file is a placeholder: #11107
  • Change — Remove support for sidebar entries for non-vfs setups on Windows: #10788
  • Change — Remove support for client side system proxy credentials: #10866
  • Change — Modernize systray menu: #10939
  • Change — We removed the pre 2.9 credentials migration: #11081
  • Enhancement — Store proxy password securely: #261
  • Enhancement — Change how all files deleted is handled: #8360
  • Enhancement — Port from QtSingleApplication to KDSingleApplication: #8432
  • Enhancement — Enable crash reporter in commandline client: #8991
  • Enhancement — Make «Show files versions…» context menu action available: #10197
  • Enhancement — Log http request when it is send: #10313
  • Enhancement — Allow selective sync of spaces in folder wizard: #10596
  • Enhancement — Send a language header in all http requests: #10619
  • Enhancement — Help user fix problems on the last setup wizard page: #10680
  • Enhancement — Display a progress spinner during the initial setup: #10751
  • Enhancement — Reduce how often file changes are handled: #10825
  • Enhancement — Persist filter settings for Not Synced tab: #10928
  • Enhancement — --cmd argument added to the GUI client: #10976

Details

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682

    We no longer show multiple messages about files which were excluded from the sync because they
    were excluded by the users.

    owncloud/enterprise#5682

  • Bugfix — VFS Placeholders can now be replaced with folders: #10223

    If a local VFS placeholder is replaced with a folder on the server, the client previously failed
    to populate the change.

    #10223

  • Bugfix — Authentication dialog no longer appears again and again: #10351

    #10351

  • Bugfix — Possible deadlock during log setup: #10905

    If an error occured during the setup of the log file, it was possible that the client got
    deadlocked.

    #10905

  • Bugfix — Do not create default sync root when loading accounts: #10919

    Creating the default sync root is only needed at initial setup. If a user chooses to point all
    folders for Spaces outside that default sync root, and deletes the default sync root folder, it
    will now no longer be created.

    #10919
    #11128

  • Bugfix — Update capabilites and other info after connect: #10978

    We fixed a bug where server infos might have only been updated several minutes after the client
    connected to the server.

    #10978

  • Bugfix — Account activity and crash after an account was removed: #10990

    We fixed a bug where an account performed actions after it was removed.

    #10990

  • Bugfix — Crash during application shutdown: #11016

    We fixed a where the main instance was accessed after it was destroyed.

    #11016

  • Bugfix — Hide hidden folders again in the selective sync view: #11047

    #11047

  • Bugfix — Fix check if a file is a placeholder: #11107

    Previously, files with zero bytes in size were considered placeholders. This is not correct,
    and has been fixed by using the correct API to check for placeholders.

    #11107

  • Change — Remove support for sidebar entries for non-vfs setups on Windows: #10788

    For vfs setups, this is handled by Windows itself.

    #10788
    #10910

  • Change — Remove support for client side system proxy credentials: #10866

    We removed the support to query and store credentials for the system proxy.

    #10866

  • Change — Modernize systray menu: #10939

    We had a closer look on the system tray and cleaned it up.

    #10939
    #10949
    #10999

  • Change — We removed the pre 2.9 credentials migration: #11081

v5.0.0-beta.1

Downloads

ownCloud client

Windows:

64 bit 32 bit Windows MSI for Group Policy 32 bit GPO

MacOs

Intel M1

Linux

AppImage Package repository

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

MacOS

Intel M1

Linux

AppImage Package repository

Sources: ownCloud-5.0.0.11675-beta.1.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.0.0-beta.1] (2023-08-09)

The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.

Summary

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682
  • Bugfix — Possible deadlock during log setup: #10905
  • Bugfix — Wrong davUser in cmd client: #10946
  • Bugfix — Missing mtime in ocis uploads: #10950
  • Bugfix — Update capabilites and other info after connect: #10978
  • Bugfix — Account activity and crash after an account was removed: #10990
  • Bugfix — Crash during application shutdown: #11016
  • Bugfix — Hide hidden folders again in the selective sync view: #11047
  • Change — Remove support for sidebar entries for non-vfs setups on Windows: #10788
  • Change — Remove support for client side system proxy credentials: #10866
  • Change — Modernize systray menu: #10939
  • Change — We removed the pre 2.9 credentials migration: #11081
  • Enhancement — Store proxy password securely: #261
  • Enhancement — Change how all files deleted is handled: #8360
  • Enhancement — Port from QtSingleApplication to KDSingleApplication: #8432
  • Enhancement — Enable crash reporter in commandline client: #8991
  • Enhancement — Make «Show files versions…» context menu action available: #10197
  • Enhancement — Log http request when it is send: #10313
  • Enhancement — Allow selective sync of spaces in folder wizard: #10596
  • Enhancement — Send a language header in all http requests: #10619
  • Enhancement — Help user fix problems on the last setup wizard page: #10680
  • Enhancement — Display a progress spinner during the initial setup: #10751
  • Enhancement — Reduce how often file changes are handled: #10825
  • Enhancement — Persist filter settings for Not Synced tab: #10928
  • Enhancement — --cmd argument added to the GUI client: #10976

Details

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682

    We no longer show multiple messages about files which were excluded from the sync because they
    were excluded by the users.

    owncloud/enterprise#5682

  • Bugfix — Possible deadlock during log setup: #10905

    If an error occured during the setup of the log file, it was possible that the client got
    deadlocked.

    #10905

  • Bugfix — Wrong davUser in cmd client: #10946

    We fixed a bug where the wrong dav user was used in the url, when the username from the credentials
    differed from the username used on the server.

    #10946

  • Bugfix — Missing mtime in ocis uploads: #10950

    When uploading a file to ocis the server ignores the X-OC-Mtime header and expects the mtime to
    be part of the Upload-Metadata header. We now provide both.

    #10950

  • Bugfix — Update capabilites and other info after connect: #10978

    We fixed a bug where server infos might have only been updated several minutes after the client
    connected to the server.

    #10978

  • Bugfix — Account activity and crash after an account was removed: #10990

    We fixed a bug where an account performed actions after it was removed.

    #10990

  • Bugfix — Crash during application shutdown: #11016

    We fixed a where the main instance was accessed after it was destroyed.

    #11016

  • Bugfix — Hide hidden folders again in the selective sync view: #11047

    #11047

  • Change — Remove support for sidebar entries for non-vfs setups on Windows: #10788

    For vfs setups, this is handled by Windows itself.

    #10788
    #10910

  • Change — Remove support for client side system proxy credentials: #10866

    We removed the support to query and store credentials for the system proxy.

    #10866

  • Change — Modernize systray menu: #10939

    We had a closer look on the system tray and cleaned it up.

    #10939
    #10949
    #10999

  • Change — We removed the pre 2.9 credentials migration: #11081

    Migrating credentials from a 2.8 or older client is no longer possible.

    #11081

  • Enhancement — Store proxy password securely: #261

    #261

  • Enhancement — Change how all files deleted is handled: #8360

    When the client detects that all files are deleted on either side of the sync, the client now
    aborts the sync and asks for a user decision. Afterwords a new sync is started.

    Previously we blocked the current sync until the user responded which could lead to unwanted
    side effects.

    #8360

  • Enhancement — Port from QtSingleApplication to KDSingleApplication: [#8…

v4.2.0

v5.0.0-alpha.1

Downloads

ownCloud client

Windows:

64 bit 32 bit Windows MSI for Group Policy 32 bit GPO

MacOs

Intel M1

Linux

AppImage Package repository

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

MacOS

Intel M1

Linux

AppImage Package repository

Sources: ownCloud-5.0.0.11523-alpha.1.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.0.0-alpha.1] (2023-07-21)

The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.

Summary

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682
  • Bugfix — Possible deadlock during log setup: #10905
  • Bugfix — Wrong davUser in cmd client: #10946
  • Bugfix — Update capabilites and other info after connect: #10978
  • Bugfix — Account activity and crash after an account was removed: #10990
  • Bugfix — Crash during application shutdown: #11016
  • Bugfix — Hide hidden folders again in the selective sync view: #11047
  • Change — Remove support for sidebar entries for non-vfs setups on Windows: #10788
  • Change — Remove support for client side system proxy credentials: #10866
  • Change — Modernize systray menu: #10939
  • Enhancement — Store proxy password securely: #261
  • Enhancement — Change how all files deleted is handled: #8360
  • Enhancement — Port from QtSingleApplication to KDSingleApplication: #8432
  • Enhancement — Enable crash reporter in commandline client: #8991
  • Enhancement — Make «Show files versions…» context menu action available: #10197
  • Enhancement — Log http request when it is send: #10313
  • Enhancement — Allow selective sync of spaces in folder wizard: #10596
  • Enhancement — Send a language header in all http requests: #10619
  • Enhancement — Help user fix problems on the last setup wizard page: #10680
  • Enhancement — Display a progress spinner during the initial setup: #10751
  • Enhancement — Reduce how often file changes are handled: #10825
  • Enhancement — Persist filter settings for Not Synced tab: #10928

Details

  • Bugfix — Avoid duplicate notifications when selective sync is enabled: #5682

    We no longer show multiple messages about files which were excluded from the sync because they
    were excluded by the users.

    owncloud/enterprise#5682

  • Bugfix — Possible deadlock during log setup: #10905

    If an error occured during the setup of the log file, it was possible that the client got
    deadlocked.

    #10905

  • Bugfix — Wrong davUser in cmd client: #10946

    We fixed a bug where the wrong dav user was used in the url, when the username from the credentials
    differed from the username used on the server.

    #10946

  • Bugfix — Update capabilites and other info after connect: #10978

    We fixed a bug where server infos might have only been updated several minutes after the client
    connected to the server.

    #10978

  • Bugfix — Account activity and crash after an account was removed: #10990

    We fixed a bug where an account performed actions after it was removed.

    #10990

  • Bugfix — Crash during application shutdown: #11016

    We fixed a where the main instance was accessed after it was destroyed.

    #11016

  • Bugfix — Hide hidden folders again in the selective sync view: #11047

    #11047

  • Change — Remove support for sidebar entries for non-vfs setups on Windows: #10788

    For vfs setups, this is handled by Windows itself.

    #10788
    #10910

  • Change — Remove support for client side system proxy credentials: #10866

    We removed the support to query and store credentials for the system proxy.

    #10866

  • Change — Modernize systray menu: #10939

    We had a closer look on the system tray and cleaned it up.

    #10939
    #10949
    #10999

  • Enhancement — Store proxy password securely: #261

    #261

  • Enhancement — Change how all files deleted is handled: #8360

    When the client detects that all files are deleted on either side of the sync, the client now
    aborts the sync and asks for a user decision. Afterwords a new sync is started.

    Previously we blocked the current sync until the user responded which could lead to unwanted
    side effects.

    #8360

  • Enhancement — Port from QtSingleApplication to KDSingleApplication: #8432

    Instead of relying on an old copy of QtSingleApplication we use
    https://github.com/KDAB/KDSingleApplication

    #8432
    #10754
    #10758

  • Enhancement — Enable crash reporter in commandline client: #8991

    While the crash reporter still requires a graphical user interface to work, this change
    nevertheless simplifies reporting crashes from the commandline client a lot.

    #8991

  • Enhancement — Make «Show files versions…» context menu action available: [#10197](https://github.com/owncloud/client/issue…

v4.1.0

Downloads

ownCloud client

Windows:

64 bit 32 bit Windows MSI for Group Policy 32 bit GPO

MacOs

Intel M1

Linux

AppImage Package repository

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

MacOS

Intel M1

Linux

AppImage Package repository

Sources: ownCloud-4.1.0.11250.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v4.1.0] (2023-06-16)

The following sections list the changes in ownCloud Desktop Client 4.1.0 relevant to
ownCloud admins and users.

Summary

  • Bugfix — Follow same site redirects in the Wizard: #5743
  • Bugfix — Show systray status when a sync error occurred: #10834
  • Bugfix — Owncloudcmd: Ensure plugin path is initialized on Linux: #10842
  • Bugfix — Use correct user name with basic auth and LDAP: #10856
  • Enhancement — Allow users to call commandline client from AppImage: #10888

Details

  • Bugfix — Follow same site redirects in the Wizard: #5743

    We fixed a bug where the client did not follow same site redirects during the setup. If the used
    url https://test.com/owncloud redirected to https://test.com the new url was not correctly
    used for the newly created account.

    owncloud/enterprise#5743

  • Bugfix — Show systray status when a sync error occurred: #10834

    The systray menu for the ownCloud icon has an entry that shows the sync status. However, when a
    sync error occurred, the entry would have no text in it. This has now been fixed.

    #10834

  • Bugfix — Owncloudcmd: Ensure plugin path is initialized on Linux: #10842

    #10842

  • Bugfix — Use correct user name with basic auth and LDAP: #10856

    Whith basic auth the name from the login credentials might not align with the name on the server.
    We corrected the assumption and no longer change the user name.

    #10856

  • Enhancement — Allow users to call commandline client from AppImage: #10888

    When the AppImage is called with the new commandline parameter —cmd, it will internally
    dispatch the call to the contained owncloudcmd binary. Otherwise, the call will be forwarded
    to the regular owncloud GUI binary as before.

    #10888

ownCloud Desktop Client for Windows 10 – Learn how to download & install ownCloud Desktop Client on Windows 10 PC/laptop in simple way. Access & share your files, calendars, contacts, mail & more from any device!. Now, this Compression and Backup app is available for Windows 7 / Windows 7 64 / Windows 8 / Windows 8 64 / Windows 10 / Windows 10 64 PC/laptop.

Access & share your files, calendars, contacts, mail & more from any device!

Table of Contents

ownCloud Desktop Client Latest Version Overview

Download ownCloud Desktop Client for Windows 10 PC/laptop

ownCloud Desktop Client is a Compression and Backup application like PCtransfer, Jottacloud, and WinRAR from ownCloud Team. ownCloud Desktop Client is an efficient software that is recommended by many Windows PC users. It has a simple and basic user interface, and most importantly, it is free to download.

Although there are many popular Compression and Backup software, most people download and install the Open Source version. ownCloud Desktop Client works with most Windows Operating System, including Windows 7 / Windows 7 64 / Windows 8 / Windows 8 64 / Windows 10 / Windows 10 64. Don’t forget to update the programs periodically.

ownCloud Desktop Client has unique and interesting features, unlike some other Compression and Backup apps. This app is a fast, small, compact and innovative Open Source Compression and Backup app for Windows PC. It is developed to be simple for beginners and powerful for experts. You can get ownCloud Desktop Client free and download its latest version for Windows 7 / Windows 7 64 / Windows 8 / Windows 8 64 / Windows 10 / Windows 10 64 PC from below.

ownCloud Desktop Client Technical Details

It’s better to know the app’s technical details and to have a knowledge background about the app. Therefore, you can find out if ownCloud Desktop Client will work on your Windows device or not.

Download ownCloud Desktop Client for Windows 10

App Name: ownCloud Desktop Client
Developer: ownCloud Team
Version: ownCloud 2.6.0
Updated: November, 11th 2019
Category Compression and Backup
File Size: 25.4 MB
File Type: EXE file
Requirement: PC/laptop/tablet running Windows
(Windows 7 / Windows 7 64 / Windows 8 / Windows 8 64 / Windows 10 / Windows 10 64)
License: Open Source

Download ownCloud Desktop Client for Windows 10 (64/32-bit) PC/laptop

Download ownCloud Desktop Client (latest version) free for Windows 10 (64-bit and 32-bit) PC/laptop/tablet. Safe Download and Install from the official link!

ownCloud Desktop Client 64-bit and 32-bit download features:

  • Compatible with Windows 10 64-bit and 32-bit
  • Latest version update
  • ownCloud Desktop Client direct, free and safe download
  • Download ownCloud Desktop Client for your PC or laptop

ownCloud Desktop Client Setup Installer

Download & install the latest offline installer version of ownCloud Desktop Client for Windows PC/laptop. It works with both 32-bit & 64-bit of Windows 7 / Windows 7 64 / Windows 8 / Windows 8 64 / Windows 10 / Windows 10 64.

✔ Safe & Free Download for Windows PC/laptop – 25.4 MB

Safety (Virus) Test:
✔ Tested and is 100% Safe to download and install on your Windows 7 / Windows 7 64 / Windows 8 / Windows 8 64 / Windows 10 / Windows 10 64 device (PC/laptop/tablet).

What is New in the ownCloud Desktop Client Latest Version?

✓ Compatibilities improvement for new Windows update.
✓ Fixes bugs.

How to download and install ownCloud Desktop Client for Windows 10 PC/laptop

Now let’s just move to the next section to share the steps you have to follow to download ownCloud Desktop Client for Windows PC. So here we go:

  1. Download the ownCloud Desktop Client installer file from the link above.
  2. Save the downloaded file to your computer.
  3. Double-click on the downloaded ownCloud Desktop Client installer file.
  4. Now, a smart screen might appear and ask for a confirmation.
  5. Click “Yes” to confirm.
  6. Finally, follow the installation instructions until you get a confirmation notification of a successful installation process.

So those are all the processes that you have to follow to download ownCloud Desktop Client for Windows PC. Then let’s go on to the next section where we will discuss ownCloud Desktop Client itself. So you can understand the application and its features. So here we go:

Best Features of ownCloud Desktop Client for Windows PC

ownCloud Desktop Client is one of the most popular Compression and Backup alongside Ashampoo ZIP, Backup Pro, and FreeArc. This app has its advantages compared to other Compression and Backup applications. ownCloud Desktop Client is lightweight and easy to use, simple for beginners and powerful for professionals. ownCloud Desktop Client application is free to download and offers easy-to-install, easy-to-use, secure, and reliable Compression and Backup applications.

This application’s primary functions are comprehensive and go beyond the features offered by others that can be considered as its rivals.

  • ownCloud Desktop Client for PC – fast, reliable, and robust by ownCloud Team.
  • ownCloud Desktop Client Free & Safe Download.
  • ownCloud Desktop Client latest version for the best experience.
  • User-friendly Interface.
  • Easy to Use.
  • Lightweight and consume low resources.
  • It works/compatible with almost all Windows versions, including Windows 7 / Windows 7 64 / Windows 8 / Windows 8 64 / Windows 10 / Windows 10 64.
  • Free of Cost!
  • Privacy and Security!
  • Best for Compression and Backup application.
  • PC User’s choice!

How to uninstall ownCloud Desktop Client in Windows PC/laptop?

Steps to uninstall ownCloud Desktop Client in Windows 10 / Windows 8 / Windows 7 / Windows Vista

  1. Click the Windows Start menu.
  2. Locate and select the Control Panel menu, then select Programs.
  3. Under Programs, click the Uninstall a Program.
  4. Select ownCloud Desktop Client and then right-click, select Uninstall/Change.
  5. Then click Yes to confirm the ownCloud Desktop Client uninstallation process.

Steps to uninstall ownCloud Desktop Client in Windows XP

  1. Click the Windows Start menu.
  2. Locate and select the Control Panel menu, then select Add or Remove Programs icon.
  3. Select the ownCloud Desktop Client and then click Remove/Uninstall.
  4. Then click Yes to confirm the ownCloud Desktop Client uninstallation process.

Steps to uninstall ownCloud Desktop Client in Windows 95, 98, Me, NT, 2000

  1. Click the Windows Start menu.
  2. Locate and select the Control Panel menu, then double-click the Add/Remove Programs icon.
  3. Select the ownCloud Desktop Client and then right-click, select Uninstall/Change.
  4. Then click Yes to confirm the ownCloud Desktop Client uninstallation process.

Top ownCloud Desktop Client Alternative Apps for Windows

Isn’t ownCloud Desktop Client what you were looking for? We prepared a list of similar apps below!

  1. Ashampoo ZIP for Windows 10 Ashampoo ZIP
  2. Backup Pro for Windows 10 Backup Pro
  3. FreeArc for Windows 10 FreeArc
  4. Droplr for Windows 10 Droplr
  5. Send Anywhere for Windows 10 Send Anywhere

Ashampoo ZIP, Backup Pro, and FreeArc is the strong competitor of ownCloud Desktop Client. Otherwise, Droplr and Send Anywhere also quite good as the alternative of this software. There are also other similar apps such as WinRAR, Jottacloud, and PCtransfer that also need to try if you want to find the best alternative of ownCloud Desktop Client.

In Conclusion

The ownCloud Desktop Client for Windows PC is unquestionably the best Compression and Backup that you can find nowadays. It also is the most reliable when it comes to performance and stability. You can find that out for yourself. That is why a lot of PC users recommend this app.

Get superb and impressive experience using this ownCloud Desktop Client application developed by ownCloud Team. ownCloud Desktop Client nowadays are already getting better each time.

If you have some questions related to this app, feel free to leave your queries in the comment section. Or you can share with us your experience when using this ownCloud Desktop Client on your Windows 10 PC. And if you know other people who want to experience ownCloud Desktop Client for Windows PC, you can share this article to help them. Enjoy using ownCloud Desktop Client for Windows PC.

Find other interesting articles that will help you how to download Ashampoo ZIP for Windows 10 PC, install Backup Pro for Windows 10, FreeArc review, or about best Droplr alternative apps for Windows 10.

ownCloud Desktop Client FAQ (Frequently Asked Questions)

Q: What is ownCloud Desktop Client for PC?
A: For more information about this app, please go to the developer link on the above of this page.

Q: Is ownCloud Desktop Client free? If not, how much does it price to download this app?
A: Absolutely no cost! You can download this app from official websites for free by this website—any extra details about the license you can found on the owner’s websites.

Q: How do I access the free ownCloud Desktop Client download for Windows PC?
A: It is easy! Just click the free ownCloud Desktop Client download button in the above of this page. Clicking the download button will start the installer to download ownCloud Desktop Client free for a PC/laptop.

Q: Is this ownCloud Desktop Client will typically run on any Windows?
A: Yes! The ownCloud Desktop Client for PC will typically work on most recent Windows operating systems, including Windows 7 / Windows 7 64 / Windows 8 / Windows 8 64 / Windows 10 / Windows 10 64 64-bit and 32-bit.

Q: What’s the difference between 64-bit and 32-bit versions of ownCloud Desktop Client?
A: The ownCloud Desktop Client 64-bit version was specially designed for 64-bit Windows Operating Systems and performed much better on those. The ownCloud Desktop Client 32-bit version was initially intended for 32-bit Windows Operating Systems, but it can also run on 64-bit Windows Operating Systems.

Q: What’s the importance of downloading the latest version of ownCloud Desktop Client?
A: We recommend downloading the latest version of ownCloud Desktop Client because it has the most recent updates, which improves the quality of the application.

Disclaimer

ownCloud Desktop Client is an application that builds by ownCloud Team. All trademarks, product names, company names, and logos mentioned here are their respective owners’ property. This site (autotechint.com) is not affiliated with them directly. All information about applications, programs, or games on this website has been found in open sources on the Internet.

We don’t host or store ownCloud Desktop Client on our servers. Downloads are done through the Official Site. We are firmly against piracy, and we do not support any sign of piracy. If you think that the application you own the copyrights is listed on our website and want to remove it, please contact us.

We are always compliant with DMCA regulations and respect the application owners. We are happy to work with you. Please find the DMCA / Removal Request page below.

Скачивай, открывай новое, делись с друзьями

Windows

windows
mac
android

Owncloud icon

13.2 k скачиваний



Приложения, рекомендуемые для вас

Opera GX icon

Браузер, ориентированный на игроков

Microsoft PC Manager icon

Заботьтесь о своем компьютере и повышайте его производительность

AutoClicker icon

Автоматизация нажатий мышкой на компьютере

Opera icon

Надежный, универсальный и настраиваемый браузер

WhatsApp Desktop icon

Используйте WhatsApp на своем компьютере

Telegram for Desktop icon

Общайтесь со всеми контактами в Telegram с рабочего стола своего компьютера

CapCut icon

Создавайте и редактируйте свои видео для социальных сетей

Scratch icon

Создавайте собственную анимацию очень простым способом

Больше информации

Лицензия Бесплатно
ОС Windows
Раздел FTP-клиенты
Язык Pусский

4 more

Автор Owncloud
Размер 19.25 MB
Загрузки 13,235
Дата 27 июн 2023
Тип файла MSI
SHA256 a1161143502e1eb389468ff758b899c4f5cd3b25c925482a6237247d6593fbf7
Почему это приложение опубликовано на Uptodown?

(Больше информации)

Похожие на Owncloud

Google Drive icon

Виртуальный диск от Google

Fiddler icon

Анализ и оптимизация HTTP-трафика

WinSCP icon

Самый безопасный FTP клиент

FileZilla Server icon

Загружайте файлы и не волнуйтесь о приватности

Swish icon

Alamaison

FileZilla icon

Самый популярный клиент для загрузки файлов через FTP

RaiDrive icon

Локальный доступ к вашим файлам в Google Drive

Filezilla Portable icon

Ваша Filezilla для ваших портативных устройств, готовая к запуску

Tor Browser icon

Защитите вашу приватность в сети

Surfshark icon

Безопасный интернет-серфинг с помощью этого VPN

Speedify icon

Путешествуйте по интернету без ограничений

Wireshark icon

Захват и анализ сетевого трафика

SmartFTP icon

Простой и надежный FTP-клиент

ActiveXperts Environmental Monitor icon

ActiveXperts Software BV

LinkedIn icon

LinkedIn

Intel Unison icon

Подключите свой компьютер к смартфону


Прочитано:
3 080

Сегодня я покажу, как установить клиент OwnCloud на рабочую систему под управлением Windows 10. Почему так поздно я публикую данную заметку, а все просто — мне только сейчас пришлось работать в этой системе и чтобы мои рабочие наработки никуда не пропали я предпочитаю на своем хранилище иметь специальную учетную запись по имени компании в которой работаю отдельно от той которой пользуюсь в повседневности для составления собственных наработок.

Первым делом если еще не сделали, то изменяем дефолтные настройки по части какая раскладка клавиатуры будет дефолтной, вот к примеру полнофункциональная заметка.

Далее все также используя учетные данные с правами администратора на компьютере выполняю установку необходимого программного обеспечения.

Запускаю любой браузер который установлен на Windows 10, через поисковую систему, к примеру Google нахожу по ключевому запросу: «owncloud client for windows» перехожу на официальный сайт («https://owncloud.org/download») и скачиваю клиентское программное обеспечение: https://download.owncloud.com/desktop/stable/ownCloud-2.5.0.10598.msi, затем устанавливаю в систему (все по дефолту, далее, далее, далее).

Затем перезагружаю систему Windows 10 Pro x64

После загрузки системы, запускаю клиентскую часть: Win + набираю «own» мастер найдет приложение соответствующее набранному, а именно «ownCloud», щелкаю по нему левой кнопкой мыши

  • Адрес сервера: https://172.40.40.5
  • Подтверждаю, что доверяю самоподписанному сертификату
  • Имя пользователя: alektest
  • Пароль: Aa1234567

и в самом конце вопросов мастера настройки нажимаю «Соединение…». В трее рядом с часами появляется иконка запущенного клиента и вот что я обнаружил, клиент жалуется, что соединен с https://172.40.40.5 как alektest. Версия сервера 9.1.1.3 — не поддерживается! Продолжайте на свой страх и риск. За исключением этого предупреждения все работает, как и работало до этого. Но мне предстоит проработать шаги по корректному обновлению моего хранилища дабы не порушить все.

Итого, OwnCloud клиент успешно устанавливается на Windows 10 Pro x64 без каких либо проблем, позволяет синхронизировать Ваши собственные наработки с собственным сервером OwnCloud, к примеру у меня он развернут на домашнем сервере HP MicroServer Gen8 по опубликованной заметке. На этом я прощаюсь, с уважением автор блога Олло Александр aka ekzorchik.

  • Ovgorskiy темы для windows 10
  • P5l mx драйвера для windows 10 звук
  • Oysters t104w 3g прошивка windows 10
  • Ovgorskiy скачать windows 10 последняя версия
  • P5kpl am epu драйвера windows 10