Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.MountStruct

TElSimpleFTPSClient     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Allows the user to mount a different file system data structure without altering his login or accounting information.

Declaration

[C#]
    void MountStruct(string Path);

[VB.NET]
    Sub MountStruct(ByVal Path As String)

[Pascal]
    procedure MountStruct(const Path: string);

[C++]
    void MountStruct(const std::string &Path);

[PHP]
    void MountStruct(string $Path)

[Java]
    void mountStruct(String Path);

Parameters

  • Path - a directory or other system dependent file group designator

Description

    Use this method to mount a different file system data structure without altering his login or accounting information. Transfer parameters are similarly unchanged.

Discuss this help topic in SecureBlackbox Forum