PowerTCP SSH and SFTP for .NET
UseAppend Property




Controls how the server-side file is accessed when Put is called.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property UseAppend As Boolean
'Usage
 
Dim instance As Optimizations
Dim value As Boolean
 
instance.UseAppend = value
 
value = instance.UseAppend
[DefaultValue(false)]
public bool UseAppend {get; set;}
[DefaultValue(false)]
public: __property bool get_UseAppend();
public: __property void set_UseAppend( 
   bool value
);
[DefaultValue(false)]
public:
property bool UseAppend {
   bool get();
   void set (    bool value);
}
Remarks
Defaults to false. When set to true, server-side file access is instructed to write data to file with append instead of by offset, which can improve upload speed. Not supported on some servers.
See Also

Reference

Optimizations Class
Optimizations Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic