Re: [lftp] 100% spinning CPU when uploading (maybe over ftps?)

2015-01-28 Thread 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: > Can you provide more details on the issue? For example, debug output from > lftp sometimes helps to identify t

Re: [lftp] 100% spinning CPU when uploading (maybe over ftps?)

2015-01-28 Thread Alexander Lukyanov
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

Re: [lftp] 100% spinning CPU when uploading (maybe over ftps?)

2015-01-28 Thread SanskritFritz
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

Re: [lftp] 100% spinning CPU when uploading (maybe over ftps?)

2015-01-28 Thread Kai Stian Olstad
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

[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
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

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