Re: [lftp] lftp 4.6.1 in cygwin win8.1

2015-05-22 Thread Alexander V. Lukyanov
On Wed, May 20, 2015 at 09:34:40PM +, LeeKiseok wrote: > I am using lftp version 4.6.1 in cygwin in windows 8.1 system. > > However, I am currently having difficulty to connect to the host. > > When I type “lftp anysite” It just says “find host….” and stay hangs there > forever. In windows 7 t

[lftp] lftp 4.6.1 in cygwin win8.1

2015-05-22 Thread LeeKiseok
I am using lftp version 4.6.1 in cygwin in windows 8.1 system. However, I am currently having difficulty to connect to the host. When I type “lftp anysite” It just says “find host….” and stay hangs there forever. In windows 7 there is no this problem though! What am I doing wrong? Any help wou

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:52:48PM -0600, System Administr

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

2015-01-28 Thread Alexander V. Lukyanov
On Wed, Jan 28, 2015 at 02:52:48PM -0600, System Administrator wrote: > 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 >

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

2015-01-28 Thread Alexander V. Lukyanov
On Wed, Jan 28, 2015 at 04:28:10PM -0600, System Administrator wrote: > Imagine the following scenario: > > open -u "username1,password1" -p 22 sftp://site1/ <- works > mput /tmp/site1.* <- works > close > > open -u "username2,password2" -p 22 sftp://site2/ -< fails > mput /tmp/site2.* <-

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

2015-01-28 Thread System Administrator
I am using SFTP (SSH) Per a suggestion on the list, I tried the following, but same behavior: set ftp:web-mode true open -u "username,password" -p 22 sftp://hostname/ put /tmp/test.bin <- works close put /tmp/test.bin <- still connects and upload a file Certainly an unwanted behavior in the e

[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

[lftp] lftp 4.6.1

2015-01-01 Thread Alexander V. Lukyanov
lftp-4.6.1 has been released. Changes: * new mirror option --scan-all-first. * mirror --Remove-source-files now removes files already present at the target. * added a workaround for FUSE with HadoopFS I/O error during rename(2). * fixed du to round file size up to block size. * fixed compilation w