[lftp] lftp 4.6.1 - issue with close command

2015-01-28 Thread System Administrator
Hi, I'm having an issue understanding the effect of the command *close*, as it seems different than a disconnect. With lftp 4.6.1: open -u "username,password" -p 22 sftp://hostname/ ls <- returns a listing close ls <- still connects and returns the listing ! I expected this to fail. Could w

Re: [lftp] lftp 4.6.1 - issue with close command

2015-01-28 Thread System Administrator
ode (boolean) > disconnect after closing data connection. This can be > useful for totally broken ftp > servers. Default is *false* > > http://lftp.yar.ru/lftp-man.html > > > > Idézem/Quoting System Administrator : > >> Hi, >>

Re: [lftp] lftp 4.6.1 - issue with close command

2015-01-29 Thread System Administrator
Thank you, this works close && open "" May I suggest as a future enhancement to add an option to the close command to actually do a disconnect, ie invalidate the last open ? Regards. On 1/29/2015 12:41 AM, Alexander V. Lukyanov wrote: > On Wed, Jan 28, 2015 at 02: