> Is there a way to get all files starting with a dot on a unix ftp site > directory with lftp? set ftp:list-options -a This will work if the unix ftp site supports the LIST -a command.
- geting files starting with a dot daudin
- Nicolas Noble
> Is there a way to get all files starting with a dot on a unix ftp site > directory with lftp? set ftp:list-options -a This will work if the unix ftp site supports the LIST -a command.