Bug 35615 - loops in dirs (instead of cd)
Summary: loops in dirs (instead of cd)
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: fuse-lftpfs (show other bugs)
Version: unstable
Hardware: all Linux
: P3 major
Assignee: Антон Мидюков
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-17 10:20 MSK by Ivan Zakharyaschev
Modified: 2018-11-17 10:20 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Zakharyaschev 2018-11-17 10:20:27 MSK
0.4.2-alt1
lftp-4.6.5-alt1.x86_64


I tried to use fuse-lftpfs, but it's useless, because it loops in the same remote directory instead of cd. Here is how to reproduce the problem:

$ mkdir ALT-ARCHIVE ALT-ARCHIVE.cache
IVE/           ALT-ARCHIVE.cache/     ALT-ARCHIVE.lftp       ALT-ARCHIVE.mount_bad  
$ cat >ALT-ARCHIVE.lftp 
set cache:expire 14d
open ftp://ftp.altlinux.org
$ lftpfs ALT-ARCHIVE ALT-ARCHIVE.cache ALT-ARCHIVE.lftp pub/distributions/archive
$ ls ALT-ARCHIVE/
p7  p8  sisyphus  t7
$ ls ALT-ARCHIVE/sisyphus/
p7  p8  sisyphus  t7
$ ls ALT-ARCHIVE/sisyphus/sisyphus/
p7  p8  sisyphus  t7
$ 


(Possible workaround: use fuse-curlftpfs)