We're running a Rebex FileServer. It's working great. Clients can log in and upload / download files correctly. But for logging purposes, I need to get the IP address of the connected user when the file finished uploading or downloading. I have serverFileDownloaded and serverFileUploaded methods, but I can't figure out how to get the IP address there.
Also, in the Rebex logging, I see that we have unauthorized IPs trying to access us, attempting to brute-force login. Can I block them by IP, or do I have to do that at the firewall?