The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

connector.sharepoint 0.1.0

Enhancement

connector.sharepoint 0.0.6

Bug Fixes

Enhancement

Breaking Changes

Parameter Renaming for File Transfer Methods

The following methods have had their parameters renamed to provide consistent src (source) and dest (destination) naming:

Migration Examples

Before:

# Upload file
cs$upload_cnt(file = "local_file.csv", name = "remote_file.csv")

# Download file
cs$download_cnt(name = "remote_file.csv", file = "local_file.csv")

# Upload directory
cs$upload_directory_cnt(dir = "local_folder", name = "remote_folder")

# Download directory
cs$download_directory_cnt(name = "remote_folder", dir = "local_folder")

After:

# Upload file
cs$upload_cnt(src = "local_file.csv", dest = "remote_file.csv")

# Download file
cs$download_cnt(src = "remote_file.csv", dest = "local_file.csv")

# Upload directory
cs$upload_directory_cnt(src = "local_folder", dest = "remote_folder")

# Download directory
cs$download_directory_cnt(src = "remote_folder", dest = "local_folder")

connector.sharepoint 0.0.5

Breaking Changes

Enhancement

connector.sharepoint 0.0.4

connector.sharepoint 0.0.3

Initial release to internal package manager

connector.sharepoint 0.0.1

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.