2015-08-10 21:53 GMT+02:00 Aris Adamantiadis <[email protected]>: > Does OpenSSH have any sftp extension related to extended attributes? > Implementing an extension is not hard, handling in a clean way the > servers that don't have them is something else. >
There is a error code for that: #define SSH_FX_OP_UNSUPPORTED 8 This error code will be reported when the server does not support the extension. That's not too hard I think? Stef
