Index | Thread | Search

From:
Michał Markowski <markowski1@gmail.com>
Subject:
Re: [PATCH] Make incorrect ftp(1) usage more obvious
To:
tech@openbsd.org
Date:
Tue, 13 May 2025 21:47:43 +0200

Download raw body.

Thread
  • H. Hartzer:

    [PATCH] Make incorrect ftp(1) usage more obvious

  • sob., 3 maj 2025 o 18:44 Petr Ročkai <m.v0adgys6@fixp.eu> napisał(a):
    >
    > On Fri, May 02, 2025 at 05:48:48PM +0200, Theo de Raadt wrote:
    > > > We follow original POSIX getopt(3) rules in every program, using libc code.
    > > >
    > > > This applies to ALL commands.  No commands are different.
    >
    > This surprised me a bit, because:
    >
    >     $ which grep
    >     /usr/bin/grep
    >     $ grep foo -i foo.txt
    >     FOO
    
    And this one:
    
    source$ ssh destination -o "Compression yes"
    destination$
    
    
  • H. Hartzer:

    [PATCH] Make incorrect ftp(1) usage more obvious