I would do it gladly. Is there a description about the process
somewhere? Currently I don't know how to provide debug output.
On Wed, Jan 28, 2015 at 4:12 PM, Alexander Lukyanov wrote:
> Can you provide more details on the issue? For example, debug output from
> lftp sometimes helps to identify t
The command "debug" turns on verbose messages in lftp.
ср, 28 янв. 2015, 18:32, SanskritFritz :
> I would do it gladly. Is there a description about the process
> somewhere? Currently I don't know how to provide debug output.
>
> On Wed, Jan 28, 2015 at 4:12 PM, Alexander Lukyanov
> wrote:
> > C
Thanks, as soon as I have some debug info, I'll send it.
On Wed, Jan 28, 2015 at 4:42 PM, Alexander Lukyanov wrote:
> The command "debug" turns on verbose messages in lftp.
>
>
> ср, 28 янв. 2015, 18:32, SanskritFritz :
>
>> I would do it gladly. Is there a description about the process
>> somew
Hi
>From "man lftp"
OPTIONS
-d Switch on debugging mode.
-
Kai Stian
On Wednesday 28. January 2015 16:32:22 SanskritFritz wrote:
> I would do it gladly. Is there a description about the process
> somewhere? Currently I don't know how to provide debug output.
>
> On Wed, Jan 28, 201
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
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
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.* <-
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
>