How do I structure HTML....

Core FTP client questions and answers
Post Reply
alabadger
Posts: 3
Joined: Mon Dec 06, 2004 9:14 pm

How do I structure HTML....

Post by alabadger »

how do I structure HTML commands in a website to pass control to coreftp and to pass passwords and userids at the same time? Website has to be a secure site. HIPAA compliant.
steve
Posts: 12
Joined: Mon Jan 10, 2005 6:31 pm

Post by steve »

You can't "pass control" to anything explicitly through a website. All you do is give links, and the client computers handle them with whatever application is setup to handle them. If a client has Core FTP installed, and they tell it to handle FTP links, and they click on an FTP link, then Core FTP gets launched to handle it.

Your question really isn't meant for the Core FTP forum. If you want help on how to create a link go to http://www.w3schools.com and look at the <a> tag.
Post Reply