On Mon, Jan 24, 2005 at 01:52:28PM +0100, Alexandre Aractingi wrote: > lftp -p 60011 -e "open fish://[EMAIL PROTECTED]" is not ok > lftp -e "open fish://[EMAIL PROTECTED]:60011" is not ok either
The second one should work. Turn on debug and see that lftp calls ssh with the option -p 60011 BTW, lftp -e "open URL" is equivalent to lftp URL. -- Alexander.
