| 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
)
Public Function ChangeFolder (
folder As String
) As String
public:
String^ ChangeFolder(
String^ folder
)
member ChangeFolder :
folder : string -> string
Parameters
- folder
- Type: SystemString
Pathname of the folder to change to.
Return Value
Type:
StringAbsolute path of the current working remote folder.
See Also