embulk-input-sftp 0.3.3-java
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: b17707d208731805b72abcc7b4528ba2e7f27d9213a19773e3db78d2de0062de
|
4
|
+
data.tar.gz: 417f5c33f8cff41e166ad641e1f3892071a195a3de49e6edf053dcaf6744d321
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 75095e35381e4b6dec59864dfba73d71200727a47f7ebe82c1149fa26dc9a160c5fb30a213c56d104aa9665b0728fa97e187bf59a0dc5986218ddb648e61b67c
|
7
|
+
data.tar.gz: b7cf0bdbe81ab78f73fa8f8f4ff5e6db2e9880371527c7a3671155ed8e6b794e51c1e8259e3727a6d2c61b46c5492230e891ca9b0d2dcbf91c55b60b5799c117
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,50 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: embulk-input-sftp
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.3.3
|
5
|
+
platform: java
|
6
|
+
authors:
|
7
|
+
- Satoshi Akama
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2020-02-14 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Reads files stored on remote server using SFTP.
|
14
|
+
email:
|
15
|
+
- satoshiakama@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- classpath/commons-io-2.6.jar
|
21
|
+
- classpath/commons-logging-1.2.jar
|
22
|
+
- classpath/commons-vfs2-2.2.jar
|
23
|
+
- classpath/embulk-input-sftp-0.3.3.jar
|
24
|
+
- classpath/jsch-0.1.55.jar
|
25
|
+
- lib/embulk/input/sftp.rb
|
26
|
+
homepage: https://github.com/embulk/embulk-input-sftp
|
27
|
+
licenses:
|
28
|
+
- Apache-2.0
|
29
|
+
metadata: {}
|
30
|
+
post_install_message:
|
31
|
+
rdoc_options: []
|
32
|
+
require_paths:
|
33
|
+
- lib
|
34
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
35
|
+
requirements:
|
36
|
+
- - ">="
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '0'
|
39
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
40
|
+
requirements:
|
41
|
+
- - ">="
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: '0'
|
44
|
+
requirements: []
|
45
|
+
rubyforge_project:
|
46
|
+
rubygems_version: 2.7.9
|
47
|
+
signing_key:
|
48
|
+
specification_version: 4
|
49
|
+
summary: SFTP file input plugin for Embulk
|
50
|
+
test_files: []
|