|
FtpFileWatcherCloneFtpSession Method
|
Clones FTP session used by file watcher so it can be used for other purposes.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax Public Overridable Function CloneFtpSession As FtpClient
function CloneFtpSession();
View SourceReturn Value
FtpClientNew connected FTP session matching settings defined for FTP file watcher.
See Also