Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3k views
in Java FTP by
I am trying to get the Version of the Executable file on the Server by using edtFTPnet library. How would you implement this method for this library?

Thank you very much

2 Answers

0 votes
by (162k points)
FTPClient has a static property to return the version of the edtFTPnet DLL:

public static int[] Version {get;}

This returns an array (major,middle,minor} version numbers.

Is that what you are after?

I am trying to get the Version of the Executable file on the Server by using edtFTPnet library. How would you implement this method for this library?

Thank you very much
0 votes
by
I am trying to write the Sniffer Application that auto update the software. Before updated, it must check the version, if it newer then the current version, then it download the file to update.

I could do this by using the Modify Timestamp that currenty available under edtFTPnet software.

However, I would like to able to retrieve the updated version to alert my client.

thank you so much for a quick response.

Categories

...