Hello Justin, Thursday, July 8, 2010, 12:26:16 AM, you wrote:
> On Wed, 7 Jul 2010, tomatotree wrote: >> How to use a skiplist when downloading in FTP SFTP mode? >> >> I'm using LFTP | Version 3.7.3 on a Debian. >> I'm very new to lftp. I've been trying to figure out how to enable a skip >> list for ftp & sftp 'downloading'. >> I've read the e-mailhere: >> http://www.mail-archive.com/lftp%40uniyar.ac.ru/msg03717.html >> Where Justin states "You can add files to your exclude list in >> $HOME/.lftprc." >> >> What is the code I add on to this file to skip for example a file named >> file_id.diz and any 'directory' that begins with the character [ >> I've tried a number of variables, such as: >> set ftp:exclude "file_id.diz,[*" >> -x "file_id.diz,[*" >> -x RX "file_id.diz,[*" Thank you so much Justin. As a Windows ftp tool user I'm so use to thinking skip list :) I did a little regex reading and having it working perfect now - thanks to your reply. Have a great day! Stephanie
