K
Kim
Hi all,
Im trying to make a quick login on my html webpage to ftp serv, but im stuck!
This is what i use (trying to make it simple), and nothing happens.
---
<form method=GET action="ftp://" + username + ":" + password + "@" + localhost:8080">
Username:
<input type="text" name="username">
Password:
<input type="password" name="password">
<input type=submit value="Login">
</form>
Im trying to make a quick login on my html webpage to ftp serv, but im stuck!
This is what i use (trying to make it simple), and nothing happens.
---
<form method=GET action="ftp://" + username + ":" + password + "@" + localhost:8080">
Username:
<input type="text" name="username">
Password:
<input type="password" name="password">
<input type=submit value="Login">
</form>