General downloads

NAV FTP Client v1.1

Author
Svend Birk-Hansen  
Category
General downloads
Date
17/06/2012
First release
14/06/2012
Size
354,58 KB
Downloads
3382
MD5 digest
034CB0C1D951771B11182D33F80347EF
Rating
432150
Popularity
Downloaded 8 times in the last two weeks
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));
Download this file

Screenshots