Re: PUT upload with Time Constraint
- But you have to escape the
- I also do not understand, why are you adding the
- Why is a script name different?
This should be working:
Though this is more safe and you do not need any escaping:
^
. What is the \
good for there?
- I also do not understand, why are you adding the
%DD%%MM%%YYYY%
there.
- Why is a script name different?
SSH_SCRIPT3.TXT
vs. DPA_SSH_SCRIPT3.TXT
This should be working:
echo put %TRANSACTION_EXTRACT_DIR%\FINANCE*.csv*^>60N >> DPA_SSH_SCRIPT3.TXT
Though this is more safe and you do not need any escaping:
echo put "%TRANSACTION_EXTRACT_DIR%\FINANCE*.csv*>60N" >> DPA_SSH_SCRIPT3.TXT