We are trying to connect one specific folder, which is shared on Windows NT box. Unfortunately the FTP is not available. Please any one can let us know how to access specified folder in the remote system without FTP.
Map the shared folder to one of the Drive in you local system and restart the webMethods server. So that webMethods server will recognise the newly mapped drive.
I am not familiar with 4.6, but on 6.x the 3 approaches I have used are setting up a file-polling port, the getFile built-in service, and using native Java facilities in a Java service.
One thing you’ll have to make sure of is if IS runs as a user, make sure that user has the correct permissions to the remote share (also make sure the user is in that DOMAIN with the correct permissions.) If the user that runs webMethods is NOT in that DOMAIN where the share resides - you WILL have an issue. We learned this the hard way