Internet Direct (Indy) Version 9.0.1 Beta
TIdFTP.StructureMount
Mounts a file system data structure for the FTP client.

procedure StructureMount(APath: String);
Parameters
APath: String
Directory or file system structure to be loaded.

Description
StructureMount is a procedure that implement the FTP SMNT command verb, and allows the client to mount a different file system data structure without altering his login or accounting information. APath is the pathname specifying a directory or other system dependent file group designator.

StructureMount calls SendCmd using the SMNT command to perform the requested command.