embulk-input-ftp 0.3.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 62a5589ae12c64da4e2fb0d5036111010ff43584715165b71121e6d3256c9131
4
+ data.tar.gz: 9dfed27f3329e7ef9a277aec891985752ad30b9ff7ca656ba66e9fecc974887c
5
+ SHA512:
6
+ metadata.gz: 79eabbbadf9f73ed65257372d21448c61f989c08acc20a5ca71e55b83ec4a68982d9e042c36b9e8fd3b47ab6d25c8c3d0063d15cf3c126cf248605cfbeabbfc0
7
+ data.tar.gz: d49402fb819b78f492861c193fb86435e544b62d5d1539e7efbf226a4ea460829d0d488e92fc56d5dde86f4029ae1a391354d7373d2507fae55ae1b49ffebd16
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_input(
2
+ "ftp", "org.embulk.input.ftp.FtpFileInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-ftp
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.0
5
+ platform: java
6
+ authors:
7
+ - Sadayuki Furuhashi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-06-29 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Reads files stored on a FTP server.
14
+ email:
15
+ - frsyuki@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/bcpkix-jdk15on-1.52.jar
21
+ - classpath/bcprov-jdk15on-1.52.jar
22
+ - classpath/embulk-input-ftp-0.3.0.jar
23
+ - classpath/embulk-util-config-0.3.1.jar
24
+ - classpath/embulk-util-file-0.1.3.jar
25
+ - classpath/embulk-util-retryhelper-0.8.2.jar
26
+ - classpath/embulk-util-ssl-0.3.0.jar
27
+ - classpath/ftp4j-1.7.2.jar
28
+ - classpath/jackson-annotations-2.6.7.jar
29
+ - classpath/jackson-core-2.6.7.jar
30
+ - classpath/jackson-databind-2.6.7.jar
31
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
32
+ - classpath/validation-api-1.1.0.Final.jar
33
+ - lib/embulk/input/ftp.rb
34
+ homepage: https://github.com/embulk/embulk-input-ftp
35
+ licenses:
36
+ - Apache-2.0
37
+ metadata: {}
38
+ post_install_message:
39
+ rdoc_options: []
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ required_rubygems_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ requirements: []
53
+ rubyforge_project:
54
+ rubygems_version: 2.7.9
55
+ signing_key:
56
+ specification_version: 4
57
+ summary: FTP file input plugin for Embulk
58
+ test_files: []