Bug 35615

Summary: loops in dirs (instead of cd)
Product: Sisyphus Reporter: Ivan Zakharyaschev <imz>
Component: fuse-lftpfsAssignee: Антон Мидюков <antohami>
Status: NEW --- QA Contact: qa-sisyphus
Severity: major    
Priority: P3 CC: antohami
Version: unstable   
Hardware: all   
OS: Linux   

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)