procedure ChangeDirUp;
Description
Call the ChangeDirUp method to change the current directory to the parent directory in the file system for the FTP server.
ChangeDirUp sends the FTP 'CDUP' command.
The response code received during execution of this command request is contained in the ReplyCode property.
See Also