$$ \sum_{k} \left[\begin{array}{c} n\\k \end{array}\right] \left\{\begin{array}{c} k\\m \end{array}\right\} = {n \choose m} \frac{\left( n-1\right)!}{\left(m-1 \right)!}, \quad \text{for } n,m > 0 $$
$ \left[\begin{array}{c} n\\k \end{array}\right] $ is Stirling number of the first kind
$ \left\{\begin{array}{c} k\\m \end{array}\right\} $ Stirling number of the second kind
I don't know how to aproach this. I tried think of combinatorial interpretation and mathematical induction, but I got stuck a the beginning.
Recall the species of permutations marked by cycle count which is $$\mathfrak{P}(\mathcal{U}\mathfrak{C}_{\ge 1}(\mathcal{Z}))$$
so that it has the generating function $$\exp\left(u \log\frac{1}{1-z}\right)$$
and in particular $$\sum_{n\ge q} \left[n\atop q\right] \frac{w^n}{n!} = \frac{1}{q!} \left(\log\frac{1}{1-w}\right)^q.$$
Continuing, recall the species of set partitions marked by the number of sets which is $$\mathfrak{P}(\mathcal{U}\mathfrak{P}_{\ge 1}(\mathcal{Z}))$$
so that it has the generating function $$\exp\left(u (\exp(z)-1)\right)$$ and in particular $$\sum_{n\ge q} {n\brace q} \frac{w^n}{n!} = \frac{1}{q!} \left(\exp(w)-1\right)^q.$$
Introduce the EGF $$Q(z) = \sum_{n\ge 1} \frac{z^n}{n!} \sum_{k=1}^n \left[n\atop k\right] {k\brace m}.$$
Interchange the order of summation to get $$\sum_{k\ge 1} {k\brace m} \sum_{n\ge k} \left[n\atop k\right] \frac{z^n}{n!}.$$
Now we recognize the inner generating function from the introduction (partitions into $k$ cycles) so $Q(z)$ simplifies to
$$\sum_{k\ge 1} {k\brace m} \frac{1}{k!} \left(\log\frac{1}{1-z}\right)^k.$$
This too is a familiar generating function (partitions into $m$ sets) applied to the logarithmic term so we get $$Q(z) = \frac{1}{m!} \left(\exp\log\frac{1}{1-z} - 1 \right)^m = \frac{1}{m!} \left(\frac{z}{1-z}\right)^m.$$
Finally perform coefficient extraction to obtain $$n! [z^n] Q(z) = \frac{n!}{m!} [z^{n-m}] \left(\frac{1}{1-z}\right)^m = \frac{n!}{m!} {n-m+m-1\choose m-1} \\= \frac{n!}{m!} {n-1\choose m-1} = \frac{(n-1)!}{(m-1)!} {n\choose m}.$$