Simple includes mask problem - should be easy
I'm using the 'Keep remote directory up to date' function and would like it to watch all PHP files inside some subdirectories named 'watch'. The current working directory is set to
My folder structure is:
I'd like it to watch for changes to
Can anyone suggest an include mask which might work?
Using WinSCP 4.1.8.
dir
on the local and remote sides.
My folder structure is:
dir/subdir1/watch/ dir/subdir2/subsubdir1/watch/
*.php
files only inside the two directories named watch
. I've tried the following include masks but none work:
/*/watch/; /*/*/watch/; *.php
/*/*/watch/*.php
/subdir1/watch/; /subdir2/subsubdir1/watch/; *.php
Can anyone suggest an include mask which might work?
Using WinSCP 4.1.8.