I have done extensive searches in the forum on this topic but found only 3rd party programs or ftp.exe shell solutions.
Is there really noway to accomplish this using standard Windows/Navision Automation/OCXs?
I really don't like the idea of depending on a batch file or having to install a 3rd party program on every machine that has Navision access. ](*,)
Someone tell me some good news
Comments
You still have to install it on every PC, but you might do it through Navision.
The beautiful thing is that you don't need to create a batchfile to run it. Together with DosShell you can make a beautiful solution.
You might also save the install packet in a blob in the DB. Then when a user launches the FTP, check if it is installed and if not, save the BLOB from the DB and install the packet.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
If you'are familiar with c# coding you might wanna try this: SharpSsh, no need for expensive Automations etc.. Then combine this class with "How to create a Navision dll/ocx in Visual Studio 2005 .NET" optional combine with an installer (for deployement) and you'are done!
Edit: I found an even simpler C# solution
Good luck !
Rvduuren
SSH File Transfer Protocol ≠ File Transfer Protocol SSL