Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.QueryStatVFS

TElSimpleSFTPClient     See also     


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


Declaration

[C#]
    void QueryStatVFS(string Path, TElSftpStatVFSReply StatVFS);

[VB.NET]
    Sub QueryStatVFS(ByVal Path As String, ByVal StatVFS As TElSftpStatVFSReply)

[Pascal]
    procedure QueryStatVFS(const Path : string; StatVFS : TElSftpStatVFSReply);

[C++]
    void QueryStatVFS(const std::string &Path, TElSftpStatVFSReply &StatVFS);
    void QueryStatVFS(const std::string &Path, TElSftpStatVFSReply *StatVFS);

[PHP]
    void QueryStatVFS(string $Path, TElSftpStatVFSReply $StatVFS)

[Java]
    void queryStatVFS(String Path, TElSftpStatVFSReply StatVFS);

Parameters

  • Path -
  • StatVFS -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum