When **SftpFileStream** is used to open a non-existing file with **FileMode.Append** (and **FileAccess.Write**), we currently do not pass the **SSH_FXF_CREAT** flag. Instead of creating a (zero-length) file, a **SftpPathNotFoundException** is thrown.