Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.PreserveExistingFileTimes

TElSimpleSFTPClient     See also     


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


Specifies whether original file times should be restored upon transfer.

Declaration

[C#]
    bool PreserveExistingFileTimes;

[VB.NET]
    Property PreserveExistingFileTimes As Boolean

[Pascal]
    property PreserveExistingFileTimes : Boolean;

[C++]
    bool get_PreserveExistingFileTimes();
    void set_PreserveExistingFileTimes(bool Value);

[PHP]
    bool get_PreserveExistingFileTimes()
    void set_PreserveExistingFileTimes(bool $Value)

[Java]
    boolean getPreserveExistingFileTimes();
    void setPreserveExistingFileTimes(boolean Value);

Description

If the destination file exists and PreserveExistingFileTimes option is enabled, the component will remember the file's times before transfer, and restore them after the file is transferred. The default value is False.

See also:     DownloadFiles    

Discuss this help topic in SecureBlackbox Forum