Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 2110 invoked from network); 24 Oct 2007 12:20:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2007 12:20:03 -0000 Received: (qmail 80123 invoked by uid 500); 24 Oct 2007 12:19:48 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 79786 invoked by uid 500); 24 Oct 2007 12:19:47 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 79775 invoked by uid 99); 24 Oct 2007 12:19:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 05:19:47 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of netplay@gmail.com designates 64.233.184.229 as permitted sender) Received: from [64.233.184.229] (HELO wr-out-0506.google.com) (64.233.184.229) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 12:19:51 +0000 Received: by wr-out-0506.google.com with SMTP id 76so139956wra for ; Wed, 24 Oct 2007 05:19:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type; bh=Wwd650l8bVIIeFtxsMDqyqiLisUPoNB7J0EtYGaWjDQ=; b=Qev/LbicJo0eUMjshOY7ND6W4xiL4J9WtSi9VGBW/0TDgzQyVQRUfe63Il20lNUN/68y1w1xApC0foh2Pht8aqHFf32/TBPntkKWGdegMq74ThgU2TDxZ7k6vUniKLR4eq2BtYNaga3oeGb4c7g160zZTqRA3cs9JfIBMlxRGDk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=oi3sJn6FvzqYoEtlFV2FP+Lb5zz6bnTGhE30jRrB8L25CfYdC/VgtacS0hEeDN8LBOtHlad9SxXLvzmcog0vTB05Crrgup0V+fqUgOhvwdu0oIHIeCoiqrG+IlNDA8QDa4IBQrExl40Si8zlOq+ieQr/aaUEDRklWK5GF+N6Fzo= Received: by 10.143.8.10 with SMTP id l10mr45915wfi.1193228369362; Wed, 24 Oct 2007 05:19:29 -0700 (PDT) Received: by 10.142.192.7 with HTTP; Wed, 24 Oct 2007 05:19:29 -0700 (PDT) Message-ID: Date: Wed, 24 Oct 2007 13:19:29 +0100 From: "Rob Wilson" Reply-To: rob@netplay.co.uk To: "Ant Users List" Subject: Suggestions for sending data to the server MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3797_9260031.1193228369350" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3797_9260031.1193228369350 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Recently I have seen many posts for using SCP to copy files to a remote location, I was intending to invoke an upload servlet to do a similar job - but the servlet would insert some data into a database. Is it generally recommended to use SCP instead of invoking a servlet? Any pro's/con's that I should be aware of? Cheers, Rob. ------=_Part_3797_9260031.1193228369350--