filters for .cs and .css

I dont want to upload files of type .cs

But I want to upload files of type .css

How can I create a filter that will upload .css but NOT .cs

thanks

learn using regular expressions :-)

thanks. actually, I have read the guide but wasn't sure which expression i would use. Can u help??

".cs$" (without the quotes) works for me to exclude .cs files.

thanks, i tried it. this was the result:

SmartFtp allowed: about.css AND about.cs

It denied: about.aspx.cs

How can I also deny about.cs

for me both "about.cs" and "about.aspx.cs" are denied using this filter, I just tried it. are you sure you've entered the filter correctly?

excellent work.

I am not sure HOW it works, but it works perfectly well. thanks