Re: Really a non-forum related question

2006-03-30 Thread Ron Wheeler
http://www.ssh.com/support/downloads/secureshellwks/non-commercial.html gives you file transfer over ssh in a nicely packaged setup - Windows drag and drop into the Linux directory with a terminal emulation (ansi, vt100, etc) over SSH They also have a commercial version at a fair price. Ron A

Re: Really a non-forum related question

2006-03-30 Thread Res Pons
Thank you so very much for your help :) Original Message Follows From: "Alexey N. Solofnenko" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: Ant Users List Subject: Re: Really a non-forum related question Date: Thu, 30 Mar 2006 10:31:20 -0800 MIME-V

Re: Really a non-forum related question

2006-03-30 Thread Res Pons
Great, thank you for all the info. Original Message Follows From: Jean-Philippe Daigle <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: Ant Users List Subject: Re: Really a non-forum related question Date: Thu, 30 Mar 2006 13:27:09 -0500 (EST) MIME-Version: 1.

Re: Really a non-forum related question

2006-03-30 Thread Alexey N. Solofnenko
I use Cygwin on Linux. There are few guides how to set it up: http://pigtail.net/LRP/printsrv/cygwin-sshd.html http://cfm.gs.washington.edu/security/ssh/client-pkauth/ or http://www.google.com/search?sourceid=mozclient&ie=utf-8&oe=utf-8&q=cygwin+openssh+key - Alexey. Res Pons wrote: Thanks fo

Re: Really a non-forum related question

2006-03-30 Thread Jean-Philippe Daigle
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

Re: Really a non-forum related question

2006-03-30 Thread Res Pons
o the Windows side? Thanks again. Original Message Follows From: "Alexey N. Solofnenko" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: Ant Users List Subject: Re: Really a non-forum related question Date: Thu, 30 Mar 2006 09:54:50 -0800 MIME-Version: 1.0

Re: Really a non-forum related question

2006-03-30 Thread Andy Levy
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 t

Re: Really a non-forum related question

2006-03-30 Thread Alexey N. Solofnenko
I would use SSH and scp instead with certificate authentication. Also Linux (not sure about RHEL 3.5 - maybe it is too old) can work with Windows shared drives. - Alexey. Res Pons wrote: OK the only remote relation my question has to do with this forum is that I use Subversion and Ant and Lin

Really a non-forum related question

2006-03-30 Thread Res Pons
OK the only remote relation my question has to do with this forum is that I use Subversion and Ant and Linux shell scripting to do my builds. Please someone either give me their expertise or point me to a forum to ask this question. I FTP couple of files from a Linux RHEL 3.5 server to a Wind