Home » Questions » Computers [ Ask a new question ]

How can I get FileZilla to ignore folder or files (like .svn or CVS)?

How can I get FileZilla to ignore folder or files (like .svn or CVS)?

How can I get FileZille to ignore folders or files? I don't want to upload my version-control info to my web-server!

Asked by: Guest | Views: 308
Total answers/comments: 3
Guest [Entry]

"In FileZilla 3+ , click on the ""filter directory listings""* button on the task-bar for a listing of existing filters to apply, edit, or add your a custom filter.

* it's the right-most button (with three arrows) in the middle-row in
(image from http://wiki.filezilla-projectdotorg/Using )

Detailed info on FileZilla filters"
Guest [Entry]

"For Filezilla 3.14 this option is under: View -> Filename filters...

Here is the dialog (with GIT, bower_components and node_modules custom rules):

As you can see SVN exclusion is now available by default. GIT and others has to be added manually with Edit filter rules... button.

Here is how rules editor looks (with GIT rule as an example):"
Guest [Entry]

"Filezilla Filters:

For example you want to exclude Files and Folders that begin with "".""
i.e.

.config
.pathexclude

etc

Then in Filezilla:

select ""View > Filename filters..."".
""Edit filter rules...""
Filename Filters
Filter only
.files
.folders
begins with : matches if the file/directory name begins with the specified literal string."