This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 305ad15  HOP-3098: remove ftps docs
     new ce9fb94  Merge pull request #952 from hansva/master
305ad15 is described below

commit 305ad15f4825616a2f1a342c021b2bbc41058bc8
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue Jul 20 13:53:29 2021 +0200

    HOP-3098: remove ftps docs
---
 docs/hop-user-manual/modules/ROOT/nav.adoc         |  2 -
 .../ROOT/pages/workflow/actions/ftpsget.adoc       | 83 ----------------------
 .../ROOT/pages/workflow/actions/ftpsput.adoc       | 69 ------------------
 3 files changed, 154 deletions(-)

diff --git a/docs/hop-user-manual/modules/ROOT/nav.adoc 
b/docs/hop-user-manual/modules/ROOT/nav.adoc
index 658c5f4..e854b0d 100644
--- a/docs/hop-user-manual/modules/ROOT/nav.adoc
+++ b/docs/hop-user-manual/modules/ROOT/nav.adoc
@@ -282,7 +282,6 @@ under the License.
 *** xref:workflow/actions/folderscompare.adoc[Folders Compare]
 *** xref:workflow/actions/ftpdelete.adoc[FTP delete]
 *** xref:workflow/actions/ftp.adoc[Get a file with FTP]
-*** xref:workflow/actions/ftpsget.adoc[Get a file with FTPS]
 *** xref:workflow/actions/sftp.adoc[Get a file with SFTP]
 *** xref:workflow/actions/getpop.adoc[Get Mail from POP]
 *** xref:workflow/actions/http.adoc[Http Get]
@@ -314,7 +313,6 @@ under the License.
 *** xref:workflow/actions/telnet.adoc[Telnet a host]
 *** xref:workflow/actions/truncatetables.adoc[Truncate Tables]
 *** xref:workflow/actions/unzip.adoc[Unzip]
-*** xref:workflow/actions/ftpsput.adoc[Upload files to FTPS]
 *** xref:workflow/actions/pgpverify.adoc[Verify file signature with PGP]
 *** xref:workflow/actions/waitforfile.adoc[Wait for file]
 *** xref:workflow/actions/waitforsql.adoc[Wait for SQL]
diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/ftpsget.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/ftpsget.adoc
deleted file mode 100644
index 8fa6c37..0000000
--- a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/ftpsget.adoc
+++ /dev/null
@@ -1,83 +0,0 @@
-////
-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.
-////
-:documentationPath: /workflow/actions/
-:language: en_US
-
-= Get a file with FTPS
-
-
-== Description
-
-The Get a file with FTPS action can get files with FTPS.
-
-== Options
-
-=== General Tab
-
-[width="90%", options="header"]
-|===
-|Option|Description
-|Workflow action name|The name of the workflow action. This name has to be 
unique in a single workflow.
-|FTP server name / IP address|The FTP host.
-|Port|The FTP port.
-|Username|The FTP username.
-|Password|The FTP password.
-|Proxy host|The FTP proxy host.
-|Proxy username|The FTP proxy username.
-|Proxy password|The FTP proxy password.
-|Connection type a|The type of connection to establish.
-
-* FTP
-* Implicit SSL
-* Authentication SSL
-* Implicit SSL with crypted FTP connection
-* Authentication TLS
-* Implicit TLS
-* Implicit TLS with crypted FTP connection
-
-|Test connection|Test the connection.
-|Binary mode|Whether or not to use binary mode.
-|Timeout|The timeout period.
-|Use active FTPS connection|Whether or not to use an active FTPS connection.
-|===
-
-=== Files Tab
-
-[width="90%", options="header"]
-|===
-|Option|Description
-|Remote directory|The directory at the remote server.
-|Check folder|Check if folder exists.
-|Remove files after retrieval|Remove files at remote after download.
-|Move files after retrieval|Move files at remote after download
-|Move to folder|The folder in which moved files will be put.
-|Create folder|Whether or not to create the folder.
-|Target directory|The target directory.
-|Browse...|Browse the filesystem to a target directory.
-|Include date in filename| Whether or not to include the date in the file name.
-|Include time in filename|Whether or not to include the time in the filename.
-|Specify Date time format|
-|Date time format|The date time format.
-|Add date before extension|Add date before or after extension.
-|Don't overwrite files|Whether or not to overwrite existing files.
-|If files exists a|What to do if files already exist.
-
-* Skip
-* Give unique name to local file
-* Fail
-|Add filenames to result
-|===
diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/ftpsput.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/ftpsput.adoc
deleted file mode 100644
index 8f00343..0000000
--- a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/ftpsput.adoc
+++ /dev/null
@@ -1,69 +0,0 @@
-////
-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.
-////
-:documentationPath: /workflow/actions/
-:language: en_US
-
-= Upload files to FTPS
-
-
-== Description
-
-The Upload files to FTPS action can upload files to FTPS.
-
-== Options
-
-=== General Tab
-
-[width="90%", options="header"]
-|===
-|Option|Description
-|Workflow action name|The name of the workflow action. This name has to be 
unique in a single workflow.
-|FTP server name / IP address|The FTP host.
-|Port|The FTP port.
-|Username|The FTP username.
-|Password|The FTP password.
-|Proxy host|The FTP proxy host.
-|Proxy username|The FTP proxy username.
-|Proxy password|The FTP proxy password.
-|Connection type a|The type of connection to establish.
-
-* FTP
-* Implicit SSL
-* Authentication SSL
-* Implicit SSL with crypted FTP connection
-* Authentication TLS
-* Implicit TLS
-* Implicit TLS with crypted FTP connection
-
-|Test connection|Test the connection.
-|Binary mode|Whether or not to use binary mode.
-|Timeout|The timeout period.
-|Use active FTP connection|Whether or not to use an active FTP connection.
-|===
-
-=== Files Tab
-
-[width="90%", options="header"]
-|===
-|Option|Description
-|Local directory|The directory of the source files.
-|Wildcard (regular expression)|A regex wildcard.
-|Remove files after transferal|Whether or not to remove the files after 
uploading.
-|Don't overwrite files|Skip existing files.
-|Remote directory|The directory in which to upload the files.
-|Test folder|Test if folder exists
-|===

Reply via email to