<< Click to Display Table of Contents >> Navigation: SshNetSftp Class > SshNetSftp Methods > WriteAllText Method |
Summary
Write all text to remote file over SFTP connection
Parameters
remotePath - Remote file path.
texttowrite - Text string to write to remote file.
encoding - System.Text.Encoding type to use. Default=null which uses Default encoding.
Returns
True=Write was successful, False=Errors on writing to file