Mounts a file system data structure for the FTP client.
procedure StructureMount(
APath: String
);|
Parameters |
Description |
|
APath |
Directory or file system structure to be loaded. |
StructureMount is a procedure that implement the FTP SMNT command, 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 and the argument in APath to perform the requested command.
|
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |