Hi all,
I try to download xml files from sftp to shared folder path and it is working fine in dev server.( DMF shared folder path in dev is c:\temp\dixf) once file get download, I will create new xml file using xml tag name "Content" and attach that file to custom log form. (note: public sftp and I am using Renci.ssh.net dll file to connect sftp folder by code not using any interface)
after 10.0.16 platform update it is not working in uat and production server it gives the error in batch job log as,
Batch task failed: ArgumentException
The UNC path should be of the form \\server\share
so my I want to know whether we can use DMF shared folder path to download sftp files or any other new approach to achieve this task.
Advance thanks,
Prabhu