Hi, I'm using the mirror option of lftp in the following script :
open sftp://user:password@server:port mirror -ac -I "text1.*" -I "text2.*" -I "text3.*" --newer-than "week ago" /dir /dir exit I'm starting the script on my client which downloads from a server. When the lftp starts with the script all the directories in /dir are copied to my /dir as empty directories. Only the files in a /dir/matchinginclude/ are copied. How to resolve this? Regards, Gerrit.
