Introduction to the SftpClientDataProvider Module
The SftpClientDataProvider module provides a data provider API for SFTP servers through the DataProvider API.
The following classes are provided by this module:
Release Notes
SftpClientDataProvider v1.1
- added chmod, exists, and rmdir actions
- improved documentation with display_name, short_desc, and example_value fields
- fixed bug in SftpClientMoveDataProvider where getResponseTypeImpl() returned RequestType
- fixed bug in SftpClientListDataProvider where path was not normalized
SftpClientDataProvider v1.0
- initial release of the module