Page 1 of 1

FTP Upload Option - Ignore hidden files

Posted: 2009-10-24, 09:48 UTC
by cucko
it would be nice to add an option checkbox in ftp upload - ignore hidden files.

example: i use cvs client, and in every folder it has ".svn" hidden folder whitch i do not want to upload on server if i upload whole folder.

Posted: 2009-10-24, 12:26 UTC
by HolgerK
"Configuration -> Options -> Ignore list"
Add what ever you want to be ignored to the list.
E.g ".svn\" :wink:

Use a button like this:

Code: Select all

TOTALCMD#BAR#DATA
cm_SwitchIgnoreList

WCMICONS.dll,81


0
2922
to toggle the ignorelist.

HTH
Holger