This is a super succinct method of finding a mac address on a Window s DHCP server: https://thewayeye.net/2016/10/8/find-a-mac-microsoft-dhcp
Get-DhcpServerv4Scope | Get-DhcpServerv4Lease -EA SilentlyContinue -ClientId xx-xx-xx-xx-xx-xx
This is a super succinct method of finding a mac address on a Window s DHCP server: https://thewayeye.net/2016/10/8/find-a-mac-microsoft-dhcp
Get-DhcpServerv4Scope | Get-DhcpServerv4Lease -EA SilentlyContinue -ClientId xx-xx-xx-xx-xx-xx
Seeing as there is already the capability to run a built in ftp server on OS X why bother downloading and potentially paying for one?
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist
You could even easily knock up an Automator app to start and stop this (sod it I might even make one myself).
Sourced from: http://osxdaily.com/2011/09/29/start-an-ftp-or-sftp-server-in-mac-os-x-lion/