X-Recipient: archive-cygwin@delorie.com X-Spam-Check-By: sourceware.org To: cygwin@cygwin.com From: "Michael Kairys" Subject: wget gets, but wput doesn't put Date: Thu, 20 Dec 2007 08:55:15 -0500 Lines: 21 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Connected via VPN to a Solaris server on which I have a shell account, I can ftp okay, and can wget using the URL syntax ftp://[username[:password]@]hostname. However wput fails using the same syntax. wget 1.10.2, wput 0.6.1. 1 > wget ftp://michael:xxx@yyy/foo.bar --08:43:12-- ftp://michael:*password*@yyy/foo.bar => `foo.bar' Resolving yyy... 192.9.200.15 Connecting to yyy|192.9.200.15|:21... connected. Logging in as michael ... Logged in! (etc.) 2 > wput foo.bar ftp://michael:xxx@yyy --08:43:53-- `foo.bar' => ftp://michael:xxxxx@192.9.200.15:21/foo.bar Connecting to 192.9.200.15:21... failed! Waiting 10 seconds... Connecting to 192.9.200.15:21... failed! Any suggestions please... -- 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/