TransferOptions FileMask
I was wondering on how to write a file mask to exclude a folder & and multiple file types
I am aware that we need to add a "|*.bak" to exclude bak, but if i have to exclude .bak & .svn then what do i do?
Also if i need to exclude an entire folder ...then how would the filter be?
"|*.bak |*.svn |/svn"
How do i do this?
Also, the file mask is a very powerful tool for selective FTPs, so more documentation and examples would help developers use this hidden gem fully.
Thanks
:D