oFTP.SetCurrentDirectory()

FTPv2.ahk / oFTP

oFTP.SetCurrentDirectory()


Sets the current directory path on FTP server

oFTP.SetCurrentDirectory(DirName)

Parameters

DirName

Existing directory name on FTP server

Return Value

True on success

Remarks

None

Related

oFTP.GetCurrentDirectory()

Example

oFTP.SetCurrentDirectory("testing")