Click or drag to resize

SFtpDirectory Constructor

Initializes a new instance of the SFtpDirectory class

Namespace: GSF.Net.SFtp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.318-beta
Syntax
public SFtpDirectory(
	FtpClient client,
	string fullPath
)
View Source

Parameters

client  FtpClient
 
fullPath  String
 
See Also