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

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 this

Re: Really a non-forum related question

2006-03-30 Thread Res Pons
to the Windows side? Thanks again. Original Message Follows From: Alexey N. Solofnenko [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 09:54:50 -0800 MIME-Version: 1.0

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

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=mozclientie=utf-8oe=utf-8q=cygwin+openssh+key - Alexey. Res Pons wrote: Thanks for

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 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

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 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 10:31:20 -0800 MIME

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