Skip to main content

Notifications

Announcements

No record found.

Dynamics 365 Community / Blogs / Rashed Amini / Moving Files in NAV with FTP

Moving Files in NAV with FTP

Rashed Profile Picture Rashed 3,765

There are many projects in NAV where integration with FTP is a requirement.  I have seen many post on how to integrate with ftp.  Some involve write a .bat file and executing the file, but they are not good solutions.  The following solution is written in NAV 2016 using dotnet assembly WinSCP.  WinSCP is an open source free SFTP client and FTP client for Windows.  You are welcome to give them a donation if you like.  You'll need to download the .net assembly and put in the addin folder.

winscp.net

 

In My solution I've created a job on job queue with new fields.

  Here is the screenshot of the codeunit. 

 

 

 

 

Bellow is the fob. 

FTPManagement.zip

Comments

*This post is locked for comments