NtlmPasswordAuthentication auth = new NtlmPasswordAuthentication("tifany", "test", password);
if (path == null)
{
LOG.error("Не задан путь к smb серверу");
return null;
}
// Ресолвим путь назначения в SmbFile
SmbFile baseDir = new SmbFile("smb://"+path, auth);
return baseDir.listFiles();