PowerTCP FTP for .NET
StructureMount Method



Identifies the file system to mount.
Mount a different file system.
Syntax
Public Function StructureMount( _
   ByVal modifier As String _
) As Response
Dim instance As Ftp
Dim modifier As String
Dim value As Response
 
value = instance.StructureMount(modifier)
public Response StructureMount( 
   string modifier
)
public:
Response^ StructureMount( 
   String^ modifier
) 

Parameters

modifier
Identifies the file system to mount.

Return Value

Exceptions
ExceptionDescription
FtpProtocolExceptionThe command did not succeed.
Remarks
"SMNT modifier" is sent to the server.
See Also

Reference

Ftp Class
Ftp Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic