Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / FTPGetCurrentHostDirectory Method
In This Topic
FTPGetCurrentHostDirectory Method
In This Topic
Returns the current host directory used for FTP file transfers.
Syntax
expression.FTPGetCurrentHostDirectory() As String
where expression is a variable that represents a FileTransfer Object

Return Value

The current host directory.
Remarks
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.
See Also