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
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
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
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
>
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.* <-
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
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-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