synchro mask sftp
Hello, i'm need help.
I'm trying to make automation to synchro with sftp
This is for downloading my locale files to sftp
====================================================
option batch abort
option confirm off
open sftp://*
synchronize remote -criteria=time C:\IOC\ /ioc
====================================================
how i'm can create mask for files like a xml,p7s, etc.
This is for downloading FROM sftp.
This part of script working good, for example :
===========The part for mask file only==============
get /ioc/NAMEFILE*.xml C:\IOC\*
====================================================
so why i'm cant create script to downloading to sftp like this?
"synchronize remote -criteria=time C:\IOC\*.xml /ioc"
what i'm missed? How i'm can created mask for some files in one folder ?
2) question, how i'm can downloading files from sftp (like a MOVE) moving file out from sftp folder?
Sorry for my eng, if what :)
I'm trying to make automation to synchro with sftp
This is for downloading my locale files to sftp
====================================================
option batch abort
option confirm off
open sftp://*
synchronize remote -criteria=time C:\IOC\ /ioc
====================================================
how i'm can create mask for files like a xml,p7s, etc.
This is for downloading FROM sftp.
This part of script working good, for example :
===========The part for mask file only==============
get /ioc/NAMEFILE*.xml C:\IOC\*
====================================================
so why i'm cant create script to downloading to sftp like this?
"synchronize remote -criteria=time C:\IOC\*.xml /ioc"
what i'm missed? How i'm can created mask for some files in one folder ?
2) question, how i'm can downloading files from sftp (like a MOVE) moving file out from sftp folder?
Sorry for my eng, if what :)