====== WebDAV ====== ===== ownCloud ===== ==== Enabling uploading big files ==== Open the php.ini - file Under Debian or SUSE and their derivatives this file lies at /etc/php5/apache2/php.ini On Windows, you can find this file within C:/Program Files (x86)/PHP/PHP.ini * //upload_max_filesize// = 16G (e.g., to stay consistent with the example value above) * //post_max_size// = 16G (e.g., to stay consistent with the example value above) [[https://www.google.com.ua/search?q=owncloud+freebsd+install&ie=utf-8&oe=utf-8&rls=org.mozilla:ru-RU:official&client=firefox-a&channel=fflb&gws_rd=cr&ei=XbrJUvWJBsbaygPBlYDYCA|google_search]] [[http://technotrance.su/index.php/moi-stati/freebsd/item/24-owncloud|Настройка собственного облачного хранилища]] ===== WebDAV on Apache 2.x ===== [[http://www.freebsdwiki.net/index.php/WebDAV_on_Apache_2.x|howto]] ===== WebDAV client side ===== ==== conole ==== **[[http://www.webdav.org/cadaver/|cadaver]]** is a command-line WebDAV client for Unix.It supports file upload, download, on-screen display, namespace operations (move/copy), collection creation and deletion, and locking operations. ==== win ====