131 |
|
// everything is fine |
132 |
|
// sendCommand("LASTMODIFIED"); |
133 |
|
lastModified = sendCommand("LASTMODIFIED"); |
134 |
< |
|
134 |
> |
|
135 |
|
fileList = sendCommand("FILELIST"); |
136 |
+ |
|
137 |
+ |
fQDN = sendCommand("FQDN"); |
138 |
|
// get all the properties |
139 |
|
if ( numProperties > 0 ){ |
140 |
|
// sendCommand("CONFIG"); |
247 |
|
private boolean configChanged; |
248 |
|
private String lastModified; |
249 |
|
private String fileList; |
250 |
+ |
private String fQDN; |
251 |
|
private int numProperties; |
252 |
|
private HashMap myProperties; |
253 |
|
private String filterName; |