Upload theard question
Dear Support,
We have two parts files need to upload SFTP server,
xxxxD.zip and xxxP.zip.
we need upload D files before P files.
so i do below script.
i put D file in D folder and P file in P folder,
then upload these folder one by one,
please see below script.
"
# Force binary mode transfer
option transfer binary
#
# Upload the file to current working directory
put -nopermissions -nopreservetime -delete "C:\ESKERFiles\zipscript\PDFXML2SAPLYNXP\*P.ZIP"
put -nopermissions -nopreservetime -delete "C:\ESKERFiles\zipscript\PDFXML2SAPLYNXD\*D.ZIP"
in my plan, all of P file will upload before D file.
But in fact, our SFTP admin told me, there some P file upload after D file.
Do you know why it happen?
BR
Justin
We have two parts files need to upload SFTP server,
xxxxD.zip and xxxP.zip.
we need upload D files before P files.
so i do below script.
i put D file in D folder and P file in P folder,
then upload these folder one by one,
please see below script.
"
# Force binary mode transfer
option transfer binary
#
# Upload the file to current working directory
put -nopermissions -nopreservetime -delete "C:\ESKERFiles\zipscript\PDFXML2SAPLYNXP\*P.ZIP"
put -nopermissions -nopreservetime -delete "C:\ESKERFiles\zipscript\PDFXML2SAPLYNXD\*D.ZIP"
in my plan, all of P file will upload before D file.
But in fact, our SFTP admin told me, there some P file upload after D file.
Do you know why it happen?
BR
Justin