Click or drag to resize

FtpClientSetCurrentDirectory Method

Changes the current FTP session directory to the specified path.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public void SetCurrentDirectory(
	string directoryPath
)
View Source

Parameters

directoryPath  String
New directory.
See Also