[lftp] tail -f

2014-09-22 Thread Szépe Viktor
Now I issue `cat /log/error.log | tail` one in a while to see log file changes 1 It is possible to loop `cat /log/error.log | tail; sleep2` ? 2 Is it possible to add a tail -f feature? To see only the new lines. Thank you! Szépe Viktor -- +36-20-4242498 s...@szepe.net skype: szepe.viktor

Re: [lftp] tail -f

2014-09-22 Thread Alexander Lukyanov
You can get easy tail -f with fish protocol or with a plain ssh: quote tail -f /log/error.log 2014-09-22 21:17 GMT+04:00 Alexander Lukyanov lavv...@gmail.com: Loop is easy: repeat 2s cat /log/error.log | tail tail -f is harder, it's in TODO for a long time. but I did not get to

Re: [lftp] lftp does not wait for 221 Goodbye message before closing control connection

2014-09-22 Thread Stephen Powell
On Fri, 19 Sep 2014 02:22:08 -0400 (EDT), Alexander Lukyanov wrote: On 2014-09-19 3:24 GMT+04:00 Stephen Powell wrote: As to your claim that the new development snapshot of lftp does indeed send a close_notify alert to the server prior to closing the control connection when TLS is used, I

Re: [lftp] lftp does not wait for 221 Goodbye message before closing control connection

2014-09-22 Thread Alexander V. Lukyanov
On Mon, Sep 22, 2014 at 10:02:29PM -0400, Stephen Powell wrote: I tried setting both of these server options to yes and tried my get with lftp again. The last few lines of output in the debug file are now as follows: Got EOF on data connection Closing data socket --- 426 Failure