Click or drag to resize

FtpFileWatcherCloneFtpSession Method

Clones FTP session used by file watcher so it can be used for other purposes.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public virtual FtpClient CloneFtpSession()
View Source

Return Value

FtpClient
New connected FTP session matching settings defined for FTP file watcher.
See Also