Synchronize not deleting
Hi
WinSCP newbie, so please be gentle
Have three local directories to sync with three remote directories
locals being 'C:\dev\public_html\, C:\dev\public_html\pdfs\, C:\dev\public_html\images\'
remotes being '/public_html/, /public_html/pdfs/, /public_html/images/'
is used for testing and works for uploading to '/public_html/, but if the test *.pdfs are removed from local directory 'C:\dev\public_html\', they are not then removed from remote directory '/public_html/', when the script is run again.
What's missing please?
TIA
WinSCP newbie, so please be gentle
Have three local directories to sync with three remote directories
locals being 'C:\dev\public_html\, C:\dev\public_html\pdfs\, C:\dev\public_html\images\'
remotes being '/public_html/, /public_html/pdfs/, /public_html/images/'
synchronize remote -filemask="*.pdf" C:\dev\public_html\ /public_html/
What's missing please?
TIA