does HTTP have any native transfer capability that you can simply specify via the URL in a Web Browser ?
Unless it's blocked, the following should work.
ftp://username@host
unless you include username, anonymous user is assumed. If using other than the default port #21: use username@host: port
Note there's no space between the colon and port, I put space there so I didn't get a smily.