I’ve been tasked with making a method allowing users to calculate their upload speed to a predetermined server, and then telling them how long it will take to transfer a file of a user entered file size.
I know I could do this in Javascript, but I’m not a web developer. I can, just barely, keep my head above water with AppleScript though.
Where should I start with this? The server in question is an SFTP server, so I guess I could have AS work with the command-line SFTP command.
Suggestions?
:-\