Great, thank you for all the info.
----Original Message Follows----
From: Jean-Philippe Daigle <[EMAIL PROTECTED]>
Reply-To: "Ant Users List" <user@ant.apache.org>
To: Ant Users List <user@ant.apache.org>
Subject: Re: Really a non-forum related question
Date: Thu, 30 Mar 2006 13:27:09 -0500 (EST)
MIME-Version: 1.0
Received: from mail.apache.org ([209.237.227.199]) by
bay0-mc11-f12.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Thu,
30 Mar 2006 10:27:32 -0800
Received: (qmail 64480 invoked by uid 500); 30 Mar 2006 18:27:31 -0000
Received: (qmail 64469 invoked by uid 99); 30 Mar 2006 18:27:31 -0000
Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by
apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Mar 2006 10:27:31 -0800
Received: neutral (asf.osuosl.org: local policy)
Received: from [209.71.220.245] (HELO mail.marketbridge.ca) (209.71.220.245)
by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Mar 2006 10:27:30 -0800
Received: from localhost (localhost [127.0.0.1])by mail.marketbridge.ca
(Postfix) with ESMTP id 83C6B27E5C0for <user@ant.apache.org>; Thu, 30 Mar
2006 14:29:15 +0000 (UTC)
Received: from mail.marketbridge.ca ([127.0.0.1]) by localhost
(mail.marketbridge.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id
95486-04 for <user@ant.apache.org>; Thu, 30 Mar 2006 09:29:13 -0500 (EST)
Received: from [192.168.1.101] (host-209-50-87-18.dyn.295.ca
[209.50.87.18])by mail.marketbridge.ca (Postfix) with ESMTP id
3445D27E5BFfor <user@ant.apache.org>; Thu, 30 Mar 2006 14:29:13 +0000 (UTC)
X-Message-Info: JGTYoYF78jF3x9owkBqD2gWfURPPuOFapO3QZ9AcXHc=
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:user@ant.apache.org>
List-Id: "Ant Users List" <user.ant.apache.org>
Delivered-To: mailing list user@ant.apache.org
X-ASF-Spam-Status: No, hits=0.3 required=10.0tests=MAILTO_TO_SPAM_ADDR
X-Spam-Check-By: apache.org
X-X-Sender: [EMAIL PROTECTED]
References: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
X-Virus-Scanned: amavisd-new at marketbridge.ca
X-Virus-Checked: Checked by ClamAV on apache.org
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 30 Mar 2006 18:27:32.0969 (UTC)
FILETIME=[9C519D90:01C65427]
If your target server is running Windows, then you'll need to setup an SSH
distribution on that server and configure a user that your build scripts can
use when uploading files. I'm pretty sure Cygwin allows authentication with
domain credentials, which is what you want to use here.
As for the Ant side, if you install the jcsh libraries, you'll have support
in Ant for the "scp" task, which will let you do what you want. Check in the
Ant documentation page for "Optional Tasks".
Cheers,
Jean-Philippe Daigle
On Thu, 30 Mar 2006, Andy Levy wrote:
On 3/30/06, Res Pons <[EMAIL PROTECTED]> wrote:
I FTP couple of files from a Linux RHEL 3.5 server to a Windows Domain and
my ftp script sends my password in raw ascii text. I have no idea to send
my password encrypted for Windows to understand. Any idea, suggestion, or
forum I can pose this question please?
FTP is plain-text only. sftp/scp are secure methods of doing
basically the same thing, but require both a client and server - a
standard FTP server can't handle secure connections. scp is, or at
least used to be, distributed with ssh (I think). Or you could set up
an SSH tunnel and then FTP through that.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]