PowerTCP FTP for .NET
Source Field



When Listing.Format indicates a UNIX listing, and ListEntry.Type is Link, gets the name of the link. Can be set by the user when parsing the Text property.
Syntax
Public Source As String
Dim instance As ListEntry
Dim value As String
 
value = instance.Source
 
instance.Source = value
public string Source
public:
String^ Source

Field Value

A string representing the name of a UNIX link.
Remarks

UNIX links act as shortcuts to other files. For example, if there is a link named "MyLink" pointing to a file called "MyFile.txt", the ListEntry.Source property will be "MyLink". To get the actual file, you would have to access ListEntry.Destination, which would contain "MyFile.txt".

This property will only have a value if the Listing.Format is UNIX and the ListEntry.Type is Link.

See Also

Reference

ListEntry Class
ListEntry Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic