Sha256: 344652bcb3aab1d1ef07f5ea4963c9558e92a407b078d3af999ee0d96d2a83c9

Contents?: true

Size: 1.33 KB

Versions: 8

Compression:

Stored size: 1.33 KB

Contents

<!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at

         http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-->
<!--
    We can remove this file when Apache Commons VFS2 removes permission check logic when remote file renaming.
    https://github.com/embulk/embulk-output-sftp/issues/40
    https://github.com/embulk/embulk-output-sftp/pull/44
    https://issues.apache.org/jira/browse/VFS-590
-->
<providers>
    <provider class-name="org.embulk.output.sftp.provider.sftp.SftpFileProvider">
        <scheme name="sftp"/>
        <if-available class-name="javax.crypto.Cipher"/>
        <if-available class-name="com.jcraft.jsch.JSch"/>
    </provider>
</providers>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
embulk-output-sftp-0.2.2 src/main/resources/providers.xml
embulk-output-sftp-0.2.1 src/main/resources/providers.xml
embulk-output-sftp-0.2.0 src/main/resources/providers.xml
embulk-output-sftp-0.1.11 src/main/resources/providers.xml
embulk-output-sftp-0.1.10 src/main/resources/providers.xml
embulk-output-sftp-0.1.9 src/main/resources/providers.xml
embulk-output-sftp-0.1.8 src/main/resources/providers.xml
embulk-output-sftp-0.1.7 src/main/resources/providers.xml