X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew DeFaria <Andrew AT DeFaria DOT com> Subject: Re: inetutils 1.5-4, ftp + inline password immediately quits Date: Fri, 12 Sep 2008 23:53:25 -0700 Lines: 22 Message-ID: <gafo15$g7t$1@ger.gmane.org> References: <FF11D7888294514695EB8D150B5F5FBE2898B4FFD2 AT GVW0436EXB DOT americas DOT hpqcorp DOT net> <80691F93310244D3B54C123EB2F49270 AT DFW5RB41> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <80691F93310244D3B54C123EB2F49270@DFW5RB41> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: <cygwin.cygwin.com> List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Gary R. Van Sickle wrote: >> 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. Or how 'bout.... <drum roll> scp! -- Andrew DeFaria <http://defaria.com> If there is a god, he will understand why I don't believe in him. -- 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/