Click or drag to resize

FtpChangeFolder Method

Changes the current working folder on the server.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public string ChangeFolder(
	string folder
)

Parameters

folder
Type: SystemString
Pathname of the folder to change to.

Return Value

Type: String
Absolute path of the current working remote folder.
See Also