HomeSort by relevance Sort by last modified time
    Searched refs:SSH2_FXF_WRITE (Results 1 - 3 of 3) sorted by null

  /external/openssh/
sftp.h 76 #define SSH2_FXF_WRITE 0x00000002
sftp-server.c 226 (pflags & SSH2_FXF_WRITE)) {
230 } else if (pflags & SSH2_FXF_WRITE) {
259 if (pflags & SSH2_FXF_WRITE)
    [all...]
sftp-client.c     [all...]

Completed in 507 milliseconds