From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26828 invoked from network); 22 Mar 2004 23:11:12 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 22 Mar 2004 23:11:12 -0000 Received: (qmail 15549 invoked by alias); 22 Mar 2004 23:10:45 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7233 Received: (qmail 15532 invoked from network); 22 Mar 2004 23:10:45 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 22 Mar 2004 23:10:45 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 22 Mar 2004 23:10:45 -0000 Received: (qmail 30649 invoked from network); 22 Mar 2004 23:10:45 -0000 Received: from main.gmane.org (80.91.224.249) by a.mx.sunsite.dk with SMTP; 22 Mar 2004 23:10:42 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B5YZ7-0004Nz-00 for ; Tue, 23 Mar 2004 00:10:42 +0100 Received: from hippo.asfast.net ([216.182.10.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Mar 2004 00:10:41 +0100 Received: from ljz by hippo.asfast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Mar 2004 00:10:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@sunsite.dk From: Lloyd Zusman Subject: Re: Using zftp with a non-standard port Date: Mon, 22 Mar 2004 18:06:26 -0500 Message-ID: References: <20040322195040.0641F85AF@pwstephenson.fsnet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: hippo.asfast.net User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:mi7xQEAtk5ge4uRFD482muhbnho= Sender: news X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 Peter Stephenson writes: > Lloyd Zusman wrote: >> Is there a way to get zftp to connect using a non-standard port? > > No, that's never been added; there was never any call. Part of the > problem is that zftp was specifically written to avoid needing options > to the commands. Well, instead of an option, how about an optional port appended to the host after a colon. If so, then either of the two following items could work: host host:port I could come up with a suitable patch for implementing this capability, if anyone is interested. -- Lloyd Zusman ljz@asfast.com