embulk-output-ftp 0.3.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/classpath/bcpkix-jdk15on-1.52.jar +0 -0
- data/classpath/bcprov-jdk15on-1.52.jar +0 -0
- data/classpath/embulk-output-ftp-0.3.0.jar +0 -0
- data/classpath/embulk-util-config-0.3.1.jar +0 -0
- data/classpath/embulk-util-retryhelper-0.8.2.jar +0 -0
- data/classpath/embulk-util-ssl-0.3.0.jar +0 -0
- data/classpath/ftp4j-1.7.2.jar +0 -0
- data/classpath/jackson-annotations-2.6.7.jar +0 -0
- data/classpath/jackson-core-2.6.7.jar +0 -0
- data/classpath/jackson-databind-2.6.7.jar +0 -0
- data/classpath/jackson-datatype-jdk8-2.6.7.jar +0 -0
- data/classpath/validation-api-1.1.0.Final.jar +0 -0
- data/lib/embulk/output/ftp.rb +3 -0
- metadata +57 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 07035f685a922518f085a256cde2b28853c085af6aa4aadb81f29b2814fcd062
|
4
|
+
data.tar.gz: fda48ccaf1c3254e68638c2d53032630aa4a7ebd9e6e3bdca54c24fad3b80e1e
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 4f2ca5bda632f7f975978615b4333ac31b761a01023a169a81dc69f9299aae830498742a004fb81720c986fa8e77eb81f1c9ea7c3e5c7a5877b4534a7dae52b4
|
7
|
+
data.tar.gz: 3d766f8cc6e8746422c64c7738e83be479ba0f54ea980f4f658020efe6dd6ed1998bebc56165c056e8ce79857c879ca2c47167128223bcabe5c6e4c88b51ac56
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,57 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: embulk-output-ftp
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.3.0
|
5
|
+
platform: java
|
6
|
+
authors:
|
7
|
+
- Satoshi Akama
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2021-07-07 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Store files using FTP.
|
14
|
+
email:
|
15
|
+
- satoshiakama@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-output-ftp-0.3.0.jar
|
23
|
+
- classpath/embulk-util-config-0.3.1.jar
|
24
|
+
- classpath/embulk-util-retryhelper-0.8.2.jar
|
25
|
+
- classpath/embulk-util-ssl-0.3.0.jar
|
26
|
+
- classpath/ftp4j-1.7.2.jar
|
27
|
+
- classpath/jackson-annotations-2.6.7.jar
|
28
|
+
- classpath/jackson-core-2.6.7.jar
|
29
|
+
- classpath/jackson-databind-2.6.7.jar
|
30
|
+
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
31
|
+
- classpath/validation-api-1.1.0.Final.jar
|
32
|
+
- lib/embulk/output/ftp.rb
|
33
|
+
homepage: https://github.com/embulk/embulk-output-ftp
|
34
|
+
licenses:
|
35
|
+
- Apache-2.0
|
36
|
+
metadata: {}
|
37
|
+
post_install_message:
|
38
|
+
rdoc_options: []
|
39
|
+
require_paths:
|
40
|
+
- lib
|
41
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
42
|
+
requirements:
|
43
|
+
- - ">="
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '0'
|
46
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
47
|
+
requirements:
|
48
|
+
- - ">="
|
49
|
+
- !ruby/object:Gem::Version
|
50
|
+
version: '0'
|
51
|
+
requirements: []
|
52
|
+
rubyforge_project:
|
53
|
+
rubygems_version: 2.7.9
|
54
|
+
signing_key:
|
55
|
+
specification_version: 4
|
56
|
+
summary: FTP file output plugin for Embulk
|
57
|
+
test_files: []
|