HTTPUploader

From fmepedia

HTTPUploader is a Workbench Transformer.


Table of contents



Description

Uploads a message by performing a HTTP PUT or POST operation on a specified URL.



FTP Sites

Q) Can the HTTPFileUploader be used to uplaod to an FTP site?'


A) Yes. However...


- In order for this to work, you have to change the ‘Upload Method’ parameter from ‘POST’ to ‘PUT’
- If a username/password are required to access the FTP site, they can be entered in the ‘HTTP Authentication’ settings, or included in the URL itself.
- Since an FTP server does not return HTTP headers, the _http_status_code attribute will not have a value.
- When uploading, the FTP server does not send any response data back, so the _url_contents attribute will not have a value.

User Comments Add a new comment