Re: [apps-discuss] Fwd: I-D Action: draft-yevstifeyev-ftp-uri-scheme-04.txt

Frank Ellermann <hmdmhdfmhdjmzdtjmzdtzktdkztdjz@gmail.com> Thu, 14 July 2011 01:48 UTC

Return-Path: <hmdmhdfmhdjmzdtjmzdtzktdkztdjz@gmail.com>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E8DD921F8766 for <apps-discuss@ietfa.amsl.com>; Wed, 13 Jul 2011 18:48:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.756
X-Spam-Level:
X-Spam-Status: No, score=-102.756 tagged_above=-999 required=5 tests=[AWL=-0.257, BAYES_00=-2.599, FROM_LOCAL_NOVOWEL=0.5, J_CHICKENPOX_34=0.6, RCVD_IN_DNSWL_LOW=-1, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id el7DcsTq4zdM for <apps-discuss@ietfa.amsl.com>; Wed, 13 Jul 2011 18:48:55 -0700 (PDT)
Received: from mail-pv0-f172.google.com (mail-pv0-f172.google.com [74.125.83.172]) by ietfa.amsl.com (Postfix) with ESMTP id 0427121F872E for <apps-discuss@ietf.org>; Wed, 13 Jul 2011 18:48:54 -0700 (PDT)
Received: by pvh18 with SMTP id 18so7392780pvh.31 for <apps-discuss@ietf.org>; Wed, 13 Jul 2011 18:48:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Ru4OVrkLCyAPf88m8LUtNBT+QRo1wDrOYhyQpczqhmY=; b=axVZlAaIM6XsyL7O6nMl/0hVNvwBhZ/VRiEqFBokOZpSgofK+mwu2arqPzenfzcEQO vQue6ie/wtlokLOYf57N4mMbOIgiMd9lLdX9LCv1bWDPD8gfuw/1p1yNUfb8acahUPdb pDcRJDNflw4EvBEHh6fdarnjp/j9kokpOyI9I=
Received: by 10.142.44.5 with SMTP id r5mr781364wfr.66.1310608133239; Wed, 13 Jul 2011 18:48:53 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.142.88.9 with HTTP; Wed, 13 Jul 2011 18:48:33 -0700 (PDT)
In-Reply-To: <4E1B3270.40601@gmail.com>
References: <4E15C895.6020701@gmail.com> <4E1B3270.40601@gmail.com>
From: Frank Ellermann <hmdmhdfmhdjmzdtjmzdtzktdkztdjz@gmail.com>
Date: Thu, 14 Jul 2011 03:48:33 +0200
Message-ID: <CAHhFybpG-eoLb0uQ-JR9k7r1-NUohihXWS+w4Vsznpx=zYbGYA@mail.gmail.com>
To: Mykyta Yevstifeyev <evnikita2@gmail.com>
Content-Type: text/plain; charset="ISO-8859-1"
Cc: Apps-discuss list <apps-discuss@ietf.org>
Subject: Re: [apps-discuss] Fwd: I-D Action: draft-yevstifeyev-ftp-uri-scheme-04.txt
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 14 Jul 2011 01:48:56 -0000

On 11 July 2011 19:27, Mykyta Yevstifeyev wrote:

>> !^ftp://(.*@)?([^:/?#]*).*$!\\2!i

Sorry, I sent my comment to the uri.arpa list before I saw your
summary here.  Here's my proposal based on the discussion there:

   !^ftp://([^@/?#]*@)?([^:/?#]*).*$!\\2!i

-Frank