procedure ChangeDir(const Path: string);
Description
Call the ChangeDir method to change the current directory on the FTP server file system to the directory specified in the Path parameter.
Path is used as an argument when sending the FTP 'CWD' command.
The response code received during execution of this command request is contained in the ReplyCode property.
See Also