Resolving or retrieving links

Description

Use the Links property to both set and retrieve values for working with links on a remote server.

 

Syntax

String Object.Links

 

Parameters

"Resolve"

The TE will attempt to resolve the link prior to transfer.

"GetAsFile"

The TE will assume it’s a file and transfer as is (This is used to avoid endless loops in a large multi-directory transfer).

 

Example

MySite.Links = "Resolve"