I have a powershell script using smartftp api
created via:
$queueList = $smartFTP.CreateObject("sfTransferQueue.TransferQueueItem");
anyone know what I have to pass to queueList to send only .aspx pages or exclude them?
is this what favorites manager is used for?
$favMgr = $smartFTP.FavoritesManager; $rootFolder = $favMgr.RootFolder; $rootFolder.AddItem($fav);
Thanks