You are here: Start » AVL.NET » AVL.Ftp_SendImage(AvlNet.Image, string, string, bool)
AVL.Ftp_SendImage(AvlNet.Image, string, string, bool)
Sends an image to a remote server using the FTP (File Transfer Protocol)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void Ftp_SendImage( AvlNet.Image inImage, string inHostName, string inDestinationFileName, bool inUsePassiveMode )
Parameters
- inImage
- Type: AvlNet.Image
Image to send. - inHostName
- Type: System.String
URL address of the remote server. - inDestinationFileName
- Type: System.String
Path where an image file should be saved on a remote server. - inUsePassiveMode
- Type: System.Boolean
Protocol communication mode. May be necessary when using a firewall.
