You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Philip,
I saw you are using \r\n as AS2 line delimeter regardless OS type.
It is OK if you need to send back to the client ans the http force this delimeter (\r\n) but the files can be saved according to the OS format.(Unix- \n,Winodws - \r\n)
Thanks,
Itay