IETF-SSH archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: solving the SFTP text mode issue
Here's another simple suggestion for your consideration. Define a new
pflags flag for SSH_FXP_OPEN:
#define SSH_FXF_TEXT 0x00000040
It would have the following meaning:
SSH_FXF_TEXT
File SHOULD be encoded as UTF-8 using either CR, LF, or CR/LF to
indicate line end, or converted to this encoding before transfer.
File access MUST be sequential.
Home |
Main Index |
Thread Index |
Old Index