Displaying 1 result from an estimated 1 matches for "booking00".
Did you mean:
  booking
  
2020 Aug 30
4
[Bug 3206] New: sftp client(32bit) chown command does not support uid >LONG_MAX
...>LONG_MAX
           Product: Portable OpenSSH
           Version: 6.9p1
          Hardware: 68k
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: sftp
          Assignee: unassigned-bugs at mindrot.org
          Reporter: booking00 at sina.cn
Server could accept uid < ULONG_MAX. But client can only accept
uid<LONG_MAX. There is a gap between client and server. Variable l is
defiled as signed long. Is it possible to extend?
sftp> chown 2147483648 execute.sh
You must supply a numeric argument to the chown command....