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.26109.1248
Syntax
public string ChangeFolder(
	string folder
)

Parameters

folder  String
Pathname of the folder to change to.

Return Value

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