On Thu, Nov 28, 2002 at 12:37:37PM +0100, Jurrit de Vries wrote: > Another question, what do I do, of I want to mirror just 1 file in foo/ and exclude >all others?
The -I/-X options can be specified multiple times: mirror -X foo/ -I foo/file ------------- Ok thnx!! It works great now. I've built a php site around ftp for uploading sites. Very ugly, but it works :) Only one thing, if the files on the remote server are Read only, lftp says it is uploading the file, but the old file isnt updated. Is it possible to prompt if the file isnt propperly update, of just ignore the read only and upload it anywayz?? Jurrit