On Wed, Aug 27, 2003 at 02:15:20PM -0500, Snowbug F wrote:
> I have mutile slot open and each slot are connecting to a different server
> dl/ul files. I wonder if I issue the "set xxxx" command, such as "set
> ftp:passive-mode off", it will affect all sessions/slots and some of the
> transfers will error out.
> What I did now is open another instance of lftp. But I'd like to know the
> answer of the question.
set command applies to all slots/sessions. But you can have different settings
for different hosts:
set ftp:passive-mode/ftp.site1.com off
set ftp:passive-mode/ftp.site2.com off
set ftp:passive-mode/*.site3.org on
set ftp:passive-mode/x.site3.org off
set ftp:passive-mode on
--
Alexander.