lftp is really good, it does exactly what i need! but...
only when i do it manually.
the process:
slot bla, open site1, cd dir, slot blubb, open site2, cd dir, mkdir dir, cd dir, slot bla, mget -O slot:blubb *.bla
works fine when i enter all commands manually into lftp
but when i write them to a file and do lftp -f file
lftp always does "CWD /" when i switch the slot.
is there a way to avoid that?
and it stores files with STOR /filename
that shouldnt be, imho...especially not within mget/mput ;)
(i even tried to worked around the cwd / with quote cwd dirpath, but as long as lftp stores /filename instead of filename it cant work)
please let me know how i could fix my problem :)
many thanks in advance!
cheers -jack fink
