Back to FabImage Studio website
You are here: Start » Filter Reference » FTP » Ftp_SendImage
Sends an image to a remote server using the FTP (File Transfer Protocol)
Name | Type | Description | |
---|---|---|---|
![]() |
inImage | Image | Image to send. |
![]() |
inImageFileFormat | ImageFileFormat* | If Nil the format will be chosen on the basis of extension |
![]() |
inHostName | String | URL address of the remote server. |
![]() |
inDestinationFileName | String | Path where an image file should be saved 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. |
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Empty host name on input in Ftp_SendImage |
DomainError | Empty destination file name on input in Ftp_SendImage |
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 filters is member of Ftp_Send filter group.