Seamus, > I'm trying to do an recursive mget and mput to a unix like filesystem
Check out the mirror command, it will do what you need. recursive mget = mirror /c /local-c recursive mput = mirror -R /local-c /c Look at help mirror for many more options, such as -n (only download newer files, very useful) > also there is no ftpuser file like in unix If you mean /etc/ftpusers, this file is only used by the ftp server to deny access to the users listed in the file, lftp doesn't care about this file. Andy
