Versions Compared

Key

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

...

With the URL adapter, it is possible to get and put messages via the FTP protocol. The input and output of this adapter is always of type Blob to support all possible data types (e.g. binary for images, text with HTML code, XML messages, etc.).

...

iconfalse
titleExample File (Builder project Add-ons/URL):

...

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNameurlFtp
PageWithExcerptINTERNAL:_examples_BRIDGE

FTP commands like RNFR, RNTO, etc. are also supported (see also http://www.faqs.org/rfcs/rfc959.html).

...

A lot of times these protocols get confused and mixed up due to the similarity in function and names. The E2E Bridge supports the following file transfer protocols:

FTPFTPSSFTP
File Transfer ProtocolFTP Secure and FTP-SSLSSH File Transfer Protocol
Classic insecure FTPFTP over TLS/SSLExtension of SSH
Plain FTPPlain FTP over TLS/SSL channelHas nothing in common with original FTP
Username and password are sent as clear text over the networkUser name and password are encryptedUser name and password are encrypted
Transfer is not encryptedTransfer is encryptedTransfer is encrypted
Uses TCP port 21Uses TCP port 21 or 990Uses TCP port 22
Note
iconfalse

FTP over via SSH is not supported by the E2E Bridge.

Transfer Mode

The transfer mode by default is set to binary, only the list command is transferred in ASCII mode.

...

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

Tagged ValueDescriptionValues
protocolTransport protocol.ftp
methodFTP method.GET, POST, PUT, LIST (PUT will internally be to POST)
portMachine port number the service is binding to. This port number can be given at service level only.21
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.