EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSftpClient.QueryAvailableSpace

TElSftpClient     See also    


 

Requests available space on SFTP server.

 
 

Declaration

[C#]
    bool QueryAvailableSpace(string Path);
    void QueryAvailableSpaceSync(string Path);

[VB.NET]
    Function QueryAvailableSpace(ByVal Path As String) As Boolean
    Sub QueryAvailableSpaceSync(ByVal Path As String)

[Pascal]
    function QueryAvailableSpace(const Path : string): boolean;
    procedure QueryAvailableSpaceSync(const Path: string);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Path - path to the desired directory
 
 

Return value

    True if operation was completed successfully;
    False otherwise.

 
 

Description

    Use this method to request available storage space on SFTP server. If the operation succeeds, OnAvailableSpace event is fired, otherwise, OnError event is fired.

 
 

See also:     QueryHomeDirectory    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation