See Also Examples Applies To
Creates an image from an image file stored in a distant server using FTP protocol.
Syntax
object.DisplayFromFTP (sHost, sPath, sLogin, sPassword, nFTPPort)
The DisplayFromFTP syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| sHost | Required. String. The host server ex: ftp.gdpicture.com |
| sPath | Required. String. The image file path into the distant server ex: /images/nature.jpg |
| sLogin | Optional. String. Default value is "". User Login. |
| sPassword | Optional. String. Default value is "". User Password. |
| nFTPPort | Optional. Long. Default value is 21. The FTP port number used. |
Returns
ViewerStatus.
Remarks
The ViewerStatus constants are defined HERE
Category
Load, Import & Create an image