@nodeselect
Rename PATTERN (.*)([^-0-9a-zA-Z._]+)(.*)# TO \1_\3 REGEXP TYPE=files
Copy TO @FTPSite
Clipboard COPYNAMES=nopaths REGEXP (.*) http://www.domain.com/\1
The rename works on it's own. The FTP Upload/Copy web address works on it's own. But combined, it only uploads and copies the address of those files that were renamed. All files that don't need to be renamed, don't upload or get copied to clipboard.
Almost. It seems to be copying (to clipboard) the 'before' name and not the 'after' name (if it gets renamed). But the fixed (and all) files do get uploaded.