|        | |||||
|  | |||||
| function | FTPConnectionChangeDir | ||||
| Related Concepts | Other Library Functions | 
| Library: FTP Include: omftp.xin | 
  define external function FTPConnectionChangeDir
                          value FTPConnection this-FTPConnection
                    dir   value stream dir
This function is used to change directories on the FTP server.
Arguments:
Example:
; change to a directory named "wa" and list the contents FTPConnectionChangeDir MyCon dir "wa" output FTPConnectionListDir MyCon
| ---- |