The OpenDirectory method opens the specified directory on
the server so that the list of files in that directory may be read
using the ReadDirectory method.
- RemotePath
- A string that specifies the name of the directory to open on
the server. The naming and pathing conventions used for the
directory must be compatible with what is used on the operating
system that hosts the server.
Once all of the files in the directory have been read, the
application must call the CloseDirectory method in order to
close the data channel to the server. Failure to do this will
result in an error the next time the application attempts to
transfer a file or open another directory.
Note that files and directories on UNIX based systems are case
sensistive, so the directory names "Projects" and "projects" refer
to two different directories. This is not the case on Windows
systems, where either name would refer to the same directory.