| SearchSymlinkAction Enumeration |
Specifies the action to take when symbolic link is found.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public enum SearchSymlinkAction
Public Enumeration SearchSymlinkAction
public enum class SearchSymlinkAction
Members
| Member name | Value | Description |
---|
| Skip | 1 |
Ignore the symlink.
|
| Throw | 2 |
Throw exception when symlink is found.
|
| Follow | 3 |
Try to follow the symlink as regular folder.
|
See Also