Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 21.1

...

Find below a list of relevant tagged values, if the URL adapter is used with the FTPS protocol.
Default values used when an option is not explicitly set are written in bold.

Tagged ValueDescriptionValues
protocolTransport protocol.ftps
methodFTP method.get, post, put, list
portMachine port number the service is binding to. This port number can be given at service level only.
 

pathFTP path for the request.
 

Advanced
optionsNative cURL options.cURL Options
Authentication
userUsername/password.
 

Proxy
proxyTypeType of the proxy.HTTP, SOCKS5
proxyURLURL of the proxy server.
 

proxyUserProxy user.
 

SSL
sslCAInfoFile name containing additional certificates for the connection verification (e.g. additional root CAs).
 

sslCertificateFileFile name containing the client certificate.
 

sslCertificateTypeType of the certificate.PEM, DER
sslPrivateKeyFileFile name containing the private key.
 

sslPrivateKeyPasswordPassword for the private key.
 

sslPrivateKeyTypeType of the key.
 

sslVerifyHostWhether to verify the host information form the SSL connection.OnVerification on.
OffVerification off.
sslVerifyPeerWhether to verify the peer information from the SSL connection.OnVerification on.
OffVerification off.

Useful cURL Options

OptionDescription
CURLOPT_SSLVERSION=CURL_SSLVERSION_SSLv2Via this option, you can tell the <<URLAdapter>> to explicitly use SSL version 2. This may be necessary, if the server has problems with TLS/SSLv3.

There are many more cURL options, which might be needed for a service to run. Follow this link to get the full listing of all options: http://curl.haxx.se/libcurl/c/curl_easy_setopt.html. A further list of cURL options supported by the E2E Bridge can be found in Setting cURL Options on the URL Adapter.

FTPS Specifications in E2E Builder Version 5.1

Version
Deprtrue
  • Deprecated since Builder 6.0

...

titleClick here to read the FTPS documentation of E2E Builder releases before 6.0 ...

...

.

...

Image Removed

Due to the fact that the URL adapter is using the cURL library to do the FTP and FTPS connection and operations some cURL options need to be set. The options are set on the backend <<Dependency>>.

...