Programming with Reflection
FTPGetCurrentHostDirectory method
Syntax HostDirectory = object.FTPGetCurrentHostDirectory
Returns the current host directory used for FTP file transfers. This method is only valid when Reflection is connected to the host FTP server; use FTPStartServer to connect to the server before using this method.
Value Return type: String
The current host directory.