From owner-freebsd-questions@FreeBSD.ORG Thu Nov 30 14:01:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1D5416A533 for ; Thu, 30 Nov 2006 14:01:50 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 109A143DCD for ; Thu, 30 Nov 2006 13:57:54 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id kAUDvlEY025471; Thu, 30 Nov 2006 15:57:47 +0200 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Thu, 30 Nov 2006 15:58:24 +0200 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611301558.24510.nvass@teledomenet.gr> Cc: "Marc G. Fournier" Subject: Re: using netcat (nc) to POST data to a web server ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2006 14:01:50 -0000 On Thursday 30 November 2006 15:30, Marc G. Fournier wrote: > > Does anyone have an example of this? I've searched google, and am finding > nothing other then that it can be done ... > Interesting question Marc. Just found this http://www.jmarshall.com/easy/http/#othermethods If you google for (telnet post http) you'll find many similar pages. Nikos