3 Replies Latest reply on Oct 17, 2012 1:57 PM by tcunning

    FS-Provider with username and password for windows lan network systems

    veradismail

      Hi,

           I need to mention the input directory as a windows lan network pc, say \\177.15.21.23\input, it is working correctly, but if it has password means the application is not working.

       

       

      I used this code

       

      <fs-provider name="FSprovider1">

                    <fs-bus busid="helloFileChannel" >

                        <fs-message-filter

                            directory="\\177.15.21.23\input"

                            input-suffix=".txt"

                            work-suffix=".esbWorking"

                            post-delete="false"

                            post-directory="F:\files\test\out"

                            post-suffix=".sentToEsb"

                            error-delete="false"

                            error-directory="F:\files\test\error"

                            error-suffix=".IN_ERROR"

                        />

                    </fs-bus>

                </fs-provider>

       

       

      Here how we can give username and password.

       

      Thanks