X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
From: "Gary R. Van Sickle" <g.r.vansickle@worldnet.att.net>
To: <cygwin@cygwin.com>
References: <FF11D7888294514695EB8D150B5F5FBE2898B4FFD2@GVW0436EXB.americas.hpqcorp.net>
Subject: RE: inetutils 1.5-4, ftp + inline password immediately quits
Date: Fri, 12 Sep 2008 19:25:29 -0500
Message-ID: <80691F93310244D3B54C123EB2F49270@DFW5RB41>
MIME-Version: 1.0
Content-Type: text/plain; 	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 11
In-Reply-To: <FF11D7888294514695EB8D150B5F5FBE2898B4FFD2@GVW0436EXB.americas.hpqcorp.net>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

> From: Robinson, Paul T (NonStop)
> 
> I have a pile of bash scripts with variations on this theme:
> 
> ftp -n ${HOST} <<FTP_EOF
>  user ${USER}
>  ${PASSWORD}
>  cd ${MYDIR}
>  get ${MYFILE}
>  bye
> FTP_EOF
> 

Helpful hint: to reduce your overall hassle level, use ncftp of wget for
doing this sort of thing, and don't look back.  That will allow you to put
all of those params on the command line.  Both programs work great on
Cygwin.

-- 
Gary R. Van Sickle


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

