X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Gary R. Van Sickle" To: References: 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: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com > From: Robinson, Paul T (NonStop) > > I have a pile of bash scripts with variations on this theme: > > ftp -n ${HOST} < 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/