Click or drag to resize

FtpClientSetCurrentDirectory Method

Changes the current FTP session directory to the specified path.

Namespace:  GSF.Net.AbstractFtpClient
Assembly:  GSF.Net (in GSF.Net.dll) Version: 2.3.313-beta
Syntax
public void SetCurrentDirectory(
	string directoryPath
)
Request Example View Source

Parameters

directoryPath
Type: SystemString
New directory.
See Also