Back to Aurora Vision Studio website

You are here: Start » Filter Reference » System » FTP » Ftp_SendFile

Ftp_SendFile


Module: FoundationBasic

Sends a file to a remote server using FTP (File Transfer Protocol).

Name Type Range Description
Input value inFilePath File Path to a file stored on the local drive.
Input value inHostName String URL address of the remote server.
Input value inDestinationFileName String Path where a file should be saved on a remote server.
Input value inUsername String* User name needed to log in.
Input value inPassword String* Password associated with a user name.
Input value inUsePassiveMode Bool Protocol communication mode. May be necessary when using a firewall.
Input value inTimeout Integer* 0 - Request timeout in seconds.
Input value inAllowUntrusted Bool Whether or not to allow untrusted SSL certificates.
Input value inCaCertFile File* File holding one or more certificates to verify the peer with.

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 destination file name on input in Ftp_SendFile
DomainError Empty file path on input in Ftp_SendFile
DomainError Empty host name on input in Ftp_SendFile

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, Aurora Vision Studio Professional version.

Filter Group

This filter is member of Ftp_Send filter group.