hi,
i need some help. i cant get the scripting to work properly.
my script.ftp looks like this:
---
open TESTFTP
cd test
queue mirror -c testdir1
queue mirror -c testdir2
exit
---
TESTFTP is a bookmark (ftp://test@[EMAIL PROTECTED]:21/incoming)
the real ftp works, so thats not the problem. the bookmarks works
from within lftp.
when i try to run the script that happens:
MACH:~ # lftp -f /mnt/leech/lftp.job
: Unknown host
mirror: Not connected
mirror: Not connected
[10250] Moving to background to complete transfers...
MACH:~ #
btw i'm using v2.3.4
thx
tom