Re: [lftp] Status for incomplete files

2014-09-19 Thread akshay gupta
Thats just great, cheers!!

On Fri, Sep 19, 2014 at 5:11 PM, Alexander Lukyanov 
wrote:

> It will be released in one or two weeks.
>
> 2014-09-19 15:38 GMT+04:00 akshay gupta :
>
>> Thanks a lot Alexander, when will these features come out in release
>> version? I want to use these features in production, would be best if I
>> could use a stable version.
>>
>> On Fri, Sep 19, 2014 at 4:58 PM, Alexander Lukyanov 
>> wrote:
>>
>>> Please try http://lftp.yar.ru/ftp/devel/lftp-4.5.5.20140919.tar.gz, it
>>> introduces another setting xfer:temp-file-name. You can thus change the
>>> temporary file name; an asterisk is replaced by the original file name. So
>>> you would do "set xfer:temp-file-name _tmp_*" to achieve wanted behaviour.
>>>
>>> 2014-09-19 11:11 GMT+04:00 akshay gupta :
>>>
 Hi Alexander,

 Thanks for the reply!

 I tried using this and it seems to works prefixing ".in." to files
 getting transferred.

 What is the expected release date for this development version?

 Does it also have an additional setting to use custom flags
 for temporary files. Like if i want "_tmp_" prefixed to temporary files.

 ~ Akshay

 On Fri, Sep 19, 2014 at 12:09 PM, Alexander V. Lukyanov 
 wrote:

> On Fri, Sep 19, 2014 at 01:36:18AM +0530, akshay gupta wrote:
> > I am looking for a way to know the file is still getting transferred
> and is
> > incomplete. Some file downloaders  append some token such as _tmp or
> > something else to the file name until its getting transferred when
> the file
> > transfer completes its renamed to its original name. I know about
> pget
> > option which creates a *lftp-pget-status* file but I prefer more
> direct
> > option.
>
> Please try development snapshot
>http://lftp.yar.ru/ftp/devel/lftp-4.5.5.20140918.tar.gz
> with xfer:use-temp-file set to "yes".
>
> --
>Alexander.
>


 ___
 lftp mailing list
 lftp@uniyar.ac.ru
 http://univ.uniyar.ac.ru/mailman/listinfo/lftp


>>>
>>>
>>> --
>>>Alexander.
>>>
>>
>>
>
>
> --
>Alexander.
>
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp


Re: [lftp] Status for incomplete files

2014-09-19 Thread Alexander Lukyanov
It will be released in one or two weeks.

2014-09-19 15:38 GMT+04:00 akshay gupta :

> Thanks a lot Alexander, when will these features come out in release
> version? I want to use these features in production, would be best if I
> could use a stable version.
>
> On Fri, Sep 19, 2014 at 4:58 PM, Alexander Lukyanov 
> wrote:
>
>> Please try http://lftp.yar.ru/ftp/devel/lftp-4.5.5.20140919.tar.gz, it
>> introduces another setting xfer:temp-file-name. You can thus change the
>> temporary file name; an asterisk is replaced by the original file name. So
>> you would do "set xfer:temp-file-name _tmp_*" to achieve wanted behaviour.
>>
>> 2014-09-19 11:11 GMT+04:00 akshay gupta :
>>
>>> Hi Alexander,
>>>
>>> Thanks for the reply!
>>>
>>> I tried using this and it seems to works prefixing ".in." to files
>>> getting transferred.
>>>
>>> What is the expected release date for this development version?
>>>
>>> Does it also have an additional setting to use custom flags
>>> for temporary files. Like if i want "_tmp_" prefixed to temporary files.
>>>
>>> ~ Akshay
>>>
>>> On Fri, Sep 19, 2014 at 12:09 PM, Alexander V. Lukyanov 
>>> wrote:
>>>
 On Fri, Sep 19, 2014 at 01:36:18AM +0530, akshay gupta wrote:
 > I am looking for a way to know the file is still getting transferred
 and is
 > incomplete. Some file downloaders  append some token such as _tmp or
 > something else to the file name until its getting transferred when
 the file
 > transfer completes its renamed to its original name. I know about pget
 > option which creates a *lftp-pget-status* file but I prefer more
 direct
 > option.

 Please try development snapshot
http://lftp.yar.ru/ftp/devel/lftp-4.5.5.20140918.tar.gz
 with xfer:use-temp-file set to "yes".

 --
Alexander.

>>>
>>>
>>> ___
>>> lftp mailing list
>>> lftp@uniyar.ac.ru
>>> http://univ.uniyar.ac.ru/mailman/listinfo/lftp
>>>
>>>
>>
>>
>> --
>>Alexander.
>>
>
>


-- 
   Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp


Re: [lftp] Status for incomplete files

2014-09-19 Thread akshay gupta
Thanks a lot Alexander, when will these features come out in release
version? I want to use these features in production, would be best if I
could use a stable version.

On Fri, Sep 19, 2014 at 4:58 PM, Alexander Lukyanov 
wrote:

> Please try http://lftp.yar.ru/ftp/devel/lftp-4.5.5.20140919.tar.gz, it
> introduces another setting xfer:temp-file-name. You can thus change the
> temporary file name; an asterisk is replaced by the original file name. So
> you would do "set xfer:temp-file-name _tmp_*" to achieve wanted behaviour.
>
> 2014-09-19 11:11 GMT+04:00 akshay gupta :
>
>> Hi Alexander,
>>
>> Thanks for the reply!
>>
>> I tried using this and it seems to works prefixing ".in." to files
>> getting transferred.
>>
>> What is the expected release date for this development version?
>>
>> Does it also have an additional setting to use custom flags for temporary
>> files. Like if i want "_tmp_" prefixed to temporary files.
>>
>> ~ Akshay
>>
>> On Fri, Sep 19, 2014 at 12:09 PM, Alexander V. Lukyanov 
>> wrote:
>>
>>> On Fri, Sep 19, 2014 at 01:36:18AM +0530, akshay gupta wrote:
>>> > I am looking for a way to know the file is still getting transferred
>>> and is
>>> > incomplete. Some file downloaders  append some token such as _tmp or
>>> > something else to the file name until its getting transferred when the
>>> file
>>> > transfer completes its renamed to its original name. I know about pget
>>> > option which creates a *lftp-pget-status* file but I prefer more direct
>>> > option.
>>>
>>> Please try development snapshot
>>>http://lftp.yar.ru/ftp/devel/lftp-4.5.5.20140918.tar.gz
>>> with xfer:use-temp-file set to "yes".
>>>
>>> --
>>>Alexander.
>>>
>>
>>
>> ___
>> lftp mailing list
>> lftp@uniyar.ac.ru
>> http://univ.uniyar.ac.ru/mailman/listinfo/lftp
>>
>>
>
>
> --
>Alexander.
>
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp


Re: [lftp] Status for incomplete files

2014-09-19 Thread Alexander Lukyanov
Please try http://lftp.yar.ru/ftp/devel/lftp-4.5.5.20140919.tar.gz, it
introduces another setting xfer:temp-file-name. You can thus change the
temporary file name; an asterisk is replaced by the original file name. So
you would do "set xfer:temp-file-name _tmp_*" to achieve wanted behaviour.

2014-09-19 11:11 GMT+04:00 akshay gupta :

> Hi Alexander,
>
> Thanks for the reply!
>
> I tried using this and it seems to works prefixing ".in." to files
> getting transferred.
>
> What is the expected release date for this development version?
>
> Does it also have an additional setting to use custom flags for temporary
> files. Like if i want "_tmp_" prefixed to temporary files.
>
> ~ Akshay
>
> On Fri, Sep 19, 2014 at 12:09 PM, Alexander V. Lukyanov 
> wrote:
>
>> On Fri, Sep 19, 2014 at 01:36:18AM +0530, akshay gupta wrote:
>> > I am looking for a way to know the file is still getting transferred
>> and is
>> > incomplete. Some file downloaders  append some token such as _tmp or
>> > something else to the file name until its getting transferred when the
>> file
>> > transfer completes its renamed to its original name. I know about pget
>> > option which creates a *lftp-pget-status* file but I prefer more direct
>> > option.
>>
>> Please try development snapshot
>>http://lftp.yar.ru/ftp/devel/lftp-4.5.5.20140918.tar.gz
>> with xfer:use-temp-file set to "yes".
>>
>> --
>>Alexander.
>>
>
>
> ___
> lftp mailing list
> lftp@uniyar.ac.ru
> http://univ.uniyar.ac.ru/mailman/listinfo/lftp
>
>


-- 
   Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp


Re: [lftp] Status for incomplete files

2014-09-19 Thread akshay gupta
Hi Alexander,

Thanks for the reply!

I tried using this and it seems to works prefixing ".in." to files
getting transferred.

What is the expected release date for this development version?

Does it also have an additional setting to use custom flags for temporary
files. Like if i want "_tmp_" prefixed to temporary files.

~ Akshay

On Fri, Sep 19, 2014 at 12:09 PM, Alexander V. Lukyanov 
wrote:

> On Fri, Sep 19, 2014 at 01:36:18AM +0530, akshay gupta wrote:
> > I am looking for a way to know the file is still getting transferred and
> is
> > incomplete. Some file downloaders  append some token such as _tmp or
> > something else to the file name until its getting transferred when the
> file
> > transfer completes its renamed to its original name. I know about pget
> > option which creates a *lftp-pget-status* file but I prefer more direct
> > option.
>
> Please try development snapshot
>http://lftp.yar.ru/ftp/devel/lftp-4.5.5.20140918.tar.gz
> with xfer:use-temp-file set to "yes".
>
> --
>Alexander.
>
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp


[lftp] Status for incomplete files

2014-09-19 Thread akshay gupta
Hi All,


I am looking for a way to know the file is still getting transferred and is
incomplete. Some file downloaders  append some token such as _tmp or
something else to the file name until its getting transferred when the file
transfer completes its renamed to its original name. I know about pget
option which creates a *lftp-pget-status* file but I prefer more direct
option.

Thanks,
Akshay
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp


Re: [lftp] Status for incomplete files

2014-09-18 Thread Alexander V. Lukyanov
On Fri, Sep 19, 2014 at 01:36:18AM +0530, akshay gupta wrote:
> I am looking for a way to know the file is still getting transferred and is
> incomplete. Some file downloaders  append some token such as _tmp or
> something else to the file name until its getting transferred when the file
> transfer completes its renamed to its original name. I know about pget
> option which creates a *lftp-pget-status* file but I prefer more direct
> option.

Please try development snapshot
   http://lftp.yar.ru/ftp/devel/lftp-4.5.5.20140918.tar.gz
with xfer:use-temp-file set to "yes".

--
   Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp