Back to FabImage Studio website
You are here: Start » Filter Reference » System » FTP » Ftp_ReceiveImage
Module: | FoundationLite |
---|
Downloads an image from a remote server using FTP (File Transfer Protocol).
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inHostName | String | URL address of the remote server. | |
![]() |
inFtpFilePath | String | Location of the file on a remote server. | |
![]() |
inUsername | String* | User name needed to log in. | |
![]() |
inPassword | String* | Password associated with a user name. | |
![]() |
inUsePassiveMode | Bool | Protocol communication mode. May be necessary when using a firewall. | |
![]() |
inTimeout | Integer* | 0 - ![]() |
Request timeout in seconds. |
![]() |
inAllowUntrusted | Bool | Whether or not to allow untrusted SSL certificates. | |
![]() |
inCaCertFile | File* | File holding one or more certificates to verify the peer with. | |
![]() |
inLoadAlphaChannel | Bool | Whether to load the alpha channel (if exists) as an additional image channel. | |
![]() |
outImage | Image | Image downloaded from the remote server. |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty ftp file path on input in Ftp_ReceiveImage |
DomainError | Empty host name on input in Ftp_ReceiveImage |
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
This filter is disabled in Lite Edition. It is available only in full, FabImage Studio Professional version.
Filter Group
This filter is member of Ftp_Download filter group.