Asterisk AGI Record File Command

I’m using the Asterisk.Net library for my FastAGI. I do RecordFileCommand and I know it was saved on the var/lib/asterisk/sound directory. My question is how to get the recorded file using the Asterisk.Net library?

you dont need to use asterisk.net library to get the recorded file . It is a file on your asterisk server that you can download it with general ways in dot net programming such as running ftp ,etc .
Im suggesting to run NFS and have your folder in windows machine to work on recorded files .