What is the Javascript on a webpage to FTP a file from the local m/c to the server hosting the webpage, perhaps something like window.open(ftp://myaccount:mypassword@ftp.myserver.net/file:///C:/myfile.htm) or
window.location.href = ftp://myaccount:mypassword@ftp.myserver.net/file:///C:/myfile.htm; assuming the page has a form for the password
window.location.href = ftp://myaccount:mypassword@ftp.myserver.net/file:///C:/myfile.htm; assuming the page has a form for the password