Automation control for Dynamics NAV to Upload and Download files from FTP. Track progress within NAV with a dialog window.
New: Set passive mode, Delete file on FTP and list FTP directoty.
Includes setup.exe for installation.
Ver 1.1
New functions:
DeleteFileOnFTPServer()
ListFTPDirectory()
GetDirectoryList()
New Property
Passive
Sample code:
MESSAGE(NAVFTP.DeleteFileOnFTPServer('home/database.fdb'));
NoOfLines := NAVFTP.ListFTPDirectory('home',FALSE);
IF NoOfLines > 0 THEN
FOR i := 1 TO NoOfLines DO
MESSAGE(NAVFTP.GetDirectoryList(i));
If You want upload a file use this dll. Simple and useful. ...
09/10/2006
Rate this download
- Please do not vote for the same download more than once.
- Please be objective, if everyone receives 1 or 5 stars, the ratings aren't very useful.
- Do not vote for your own resource or a competitor's.