Filemask doesn't work on WebDAV?
I have a script below containing a filemask (which download files after 2015-01-01) that when I run, nothing was downloaded. But when I remove the filemask, it works. Note, many files are after 2015-01-01.
Is filemask working in WebDAV?
open https://login:password@our.site.com option transfer automatic synchronize -mirror -filemask=">2015-01-01" local "C:\Temp" "/Temp"
open ftp://login:password@our.site.com option transfer automatic synchronize -mirror -filemask=">2015-01-01" local "C:\Temp" "/Temp"
open https
, WinSCP was able to detect the new files but when he starts downloading, he excluded them, see the log, last part, below:
. 2016-01-07 10:04:28.570 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0001!!MSW-E.docx' [2015-12-10T15:29:01.000Z] [55533] is new . 2016-01-07 10:04:28.574 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0001-E.htm' [2015-12-10T15:32:04.000Z] [9654] is new . 2016-01-07 10:04:28.575 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0001-F.htm' [2015-12-10T15:32:05.000Z] [9653] is new . 2016-01-07 10:04:28.575 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0001-S.htm' [2015-12-10T15:32:05.000Z] [9661] is new . 2016-01-07 10:04:28.575 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0002!!MSW-E.docx' [2015-12-10T10:44:02.000Z] [88522] is new . 2016-01-07 10:04:28.576 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0002-E.htm' [2015-12-10T10:48:02.000Z] [9769] is new . 2016-01-07 10:04:28.576 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0002-F.htm' [2015-12-10T10:48:02.000Z] [9768] is new . 2016-01-07 10:04:28.577 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0002-S.htm' [2015-12-10T10:48:03.000Z] [9776] is new . 2016-01-07 10:04:28.577 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0003!!MSW-E.docx' [2015-12-15T15:02:15.000Z] [56177] is new . 2016-01-07 10:04:28.578 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0003-E.htm' [2015-12-15T15:06:03.000Z] [9612] is new . 2016-01-07 10:04:28.578 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0003-F.htm' [2015-12-15T15:06:03.000Z] [9611] is new . 2016-01-07 10:04:28.579 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0003-S.htm' [2015-12-15T15:06:03.000Z] [9619] is new . 2016-01-07 10:04:28.579 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0004!!MSW-E.docx' [2015-12-15T15:21:06.000Z] [57740] is new . 2016-01-07 10:04:28.579 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0004-E.htm' [2015-12-15T15:24:01.000Z] [9729] is new . 2016-01-07 10:04:28.579 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0004-F.htm' [2015-12-15T15:24:02.000Z] [9728] is new . 2016-01-07 10:04:28.580 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0004-S.htm' [2015-12-15T15:24:02.000Z] [9736] is new . 2016-01-07 10:04:28.580 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0005!!MSW-E.docx' [2015-12-23T07:26:52.000Z] [4476987] is new . 2016-01-07 10:04:28.580 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0005-E.htm' [2015-12-23T07:30:00.000Z] [9828] is new . 2016-01-07 10:04:28.581 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0005-F.htm' [2015-12-23T07:30:00.000Z] [9827] is new . 2016-01-07 10:04:28.581 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-0005-S.htm' [2015-12-23T07:30:01.000Z] [9835] is new . 2016-01-07 10:04:28.582 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-E.htm' [2015-12-23T07:30:01.000Z] [8535] is new . 2016-01-07 10:04:28.582 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-F.htm' [2015-12-23T07:30:01.000Z] [8530] is new . 2016-01-07 10:04:28.583 Remote file '/r/2015/wp5d/docs/c/R15-WP5D-C-S.htm' [2015-12-23T07:30:01.000Z] [8537] is new < 2016-01-07 10:04:28.583 Script: Synchronizing... . 2016-01-07 10:04:28.583 Synchronizing local directory 'C:\Users\adea\Documents\ITU\ITU-R WP5D\2015-2019\docs-dms\WP 5D\c\' with remote directory '/r/2015/wp5d/docs/c/', params = 0x1002 (NoConfirmation, Mirror) . 2016-01-07 10:04:28.583 Copying 23 files/directories to local directory "C:\Users\adea\Documents\ITU\ITU-R WP5D\2015-2019\docs-dms\WP 5D\c\" . 2016-01-07 10:04:28.583 PrTime: Yes; PrRO: No; Rght: rw-r--r--; PrR: No (No); FnCs: N; RIC: 0100; Resume: S (102400); CalcS: No; Mask: *.* . 2016-01-07 10:04:28.583 TM: M; ClAr: No; RemEOF: No; RemBOM: No; CPS: 0; NewerOnly: No; InclM: >2015-01-01; ResumeL: 0 . 2016-01-07 10:04:28.583 AscM: *.*html; *.htm; *.txt; *.php; *.php3; *.cgi; *.c; *.cpp; *.h; *.pas; *.bas; *.tex; *.pl; *.js; .htaccess; *.xtml; *.css; *.cfg; *.ini; *.sh; *.xml . 2016-01-07 10:04:28.583 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0001!!MSW-E.docx" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0001-E.htm" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0001-F.htm" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0001-S.htm" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0002!!MSW-E.docx" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0002-E.htm" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0002-F.htm" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0002-S.htm" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0003!!MSW-E.docx" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0003-E.htm" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0003-F.htm" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0003-S.htm" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0004!!MSW-E.docx" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0004-E.htm" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0004-F.htm" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0004-S.htm" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.584 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0005!!MSW-E.docx" excluded from transfer * 2016-01-07 10:04:28.584 (EScpSkipFile) . 2016-01-07 10:04:28.585 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0005-E.htm" excluded from transfer * 2016-01-07 10:04:28.585 (EScpSkipFile) . 2016-01-07 10:04:28.585 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0005-F.htm" excluded from transfer * 2016-01-07 10:04:28.585 (EScpSkipFile) . 2016-01-07 10:04:28.585 File "/r/2015/wp5d/docs/c/R15-WP5D-C-0005-S.htm" excluded from transfer * 2016-01-07 10:04:28.585 (EScpSkipFile) . 2016-01-07 10:04:28.585 File "/r/2015/wp5d/docs/c/R15-WP5D-C-E.htm" excluded from transfer * 2016-01-07 10:04:28.585 (EScpSkipFile) . 2016-01-07 10:04:28.585 File "/r/2015/wp5d/docs/c/R15-WP5D-C-F.htm" excluded from transfer * 2016-01-07 10:04:28.585 (EScpSkipFile) . 2016-01-07 10:04:28.585 File "/r/2015/wp5d/docs/c/R15-WP5D-C-S.htm" excluded from transfer * 2016-01-07 10:04:28.585 (EScpSkipFile) > 2016-01-07 10:04:28.585 Script: close . 2016-01-07 10:04:28.585 sess: Destroying session. . 2016-01-07 10:04:28.585 sess: Closing connection. . 2016-01-07 10:04:28.585 sess: Connection closed.