You are here: Start » AVL.NET » Invoke.Ftp_SendImage
Sends an image to a remote server using FTP (File Transfer Protocol).
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void Ftp_SendImage ( Avl.Image inImage, Optional<Avl.ImageFileFormat> inImageFileFormat, string inHostName, string inDestinationFileName, Optional<string> inUsername, Optional<string> inPassword, bool inUsePassiveMode, Optional<int> inTimeout, bool inAllowUntrusted, Optional<string> inCaCertFile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Image to send. | ||
![]() | inImageFileFormat | Atl.Optional<Avl.ImageFileFormat> | If Nil the format will be chosen on the basis of extension. Default value: atl::NIL. | ||
![]() | inHostName | string | \"ftp://\" | URL address of the remote server. Default value: "ftp://". | |
![]() | inDestinationFileName | string | Path where an image file should be saved on a remote server. | ||
![]() | inUsername | Atl.Optional<string> | User name needed to log in. Default value: atl::NIL. | ||
![]() | inPassword | Atl.Optional<string> | Password associated with a user name. Default value: atl::NIL. | ||
![]() | inUsePassiveMode | bool | Protocol communication mode. May be necessary when using a firewall. | ||
![]() | inTimeout | Atl.Optional<int> | <0, INF> | Request timeout in seconds. Default value: atl::NIL. | |
![]() | inAllowUntrusted | bool | False | Whether or not to allow untrusted SSL certificates. Default value: False. | |
![]() | inCaCertFile | Atl.Optional<string> | File holding one or more certificates to verify the peer with. Default value: atl::NIL. |