Click or drag to resize

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
Members
  Member nameValueDescription
Skip1 Ignore the symlink.
Throw2 Throw exception when symlink is found.
Follow3 Try to follow the symlink as regular folder.
See Also