On Wed, Jul 24, 2002 at 06:04:36PM +0200, Piotr Krukowiecki wrote: > Something is wrong with slot's: > > lftp :~> slot A > lftp A :~> o X > [standart messages] > <--- 230 User 'piotr' login successful. > ---> PWD > <--- 257 "/" is the current directory. > cd ok, cwd=/ > lftp A piotr@X:p?7> rels > ---> CWD p?7 > <--- 550 'p7': Nie ma takiego pliku ani katalogu > rels: Access failed: 550 'p7': Nie ma takiego pliku ani katalogu > lftp A piotr@X:p?7> cd an > ---> CWD p?7/an > <--- 550 'p7/an': Nie ma takiego pliku ani katalogu > cd: Access failed: 550 'p7/an': Nie ma takiego pliku ani katalogu (p?7/an) > lftp A piotr@X:p?7/p?7/an/p?7>
It looks like a bug not related to slots. Does the same work without slots? Try to compile lftp with ElectricFence (add -lefence to lftp_LDADD in src/Makefile). > BTW (could not test it), but is this possibile? (probably not..): > slot A > o host1 > queue put file1 > slot B > o host1 (the same host!) > queue get file2 Currently a queue is assotiated with a host. I think it could be possible to assiticate it with host/slot pair. It looks easy to implement. -- Alexander. | http://www.yars.free.net/~lav/
