AppendAllText Method

<< Click to Display Table of Contents >>

Navigation:  SshNetSftp Class > SshNetSftp Methods >

AppendAllText Method

Summary

Append text to remote file over SFTP connection.

 

Parameters

remotePath - Remote file path.

 

texttowrite - Text string to append to remote file.

 

encoding - System.Text.Encoding type to use. Default=null which uses Default encoding.

 

Returns

True=Append was successful, False=Errors on appending to file