Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FTP from a webpage

Status
Not open for further replies.

peterpann

Programmer
Jun 19, 2007
63
GB
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
 
Thanks for your advice, subject of thread now abandonned
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top