When logging into an ftp site, one usually puts their ID and password in the following format )minus the "/s" around the @ symbol):
ftp://userID:password/@/myftpsite.com
The way things are now, one has to go through a rather cumbersome login process in both Netscape and IE5. Users do...
you click on "Submit" and it doesn't do anything.
<script language-javascript> <!--
function enter()
{
user = document.frm.user.value;
pass = document.frm.pwd.value;
window.location
=...
okay here is where I'm at presently.
When a user logs in as anonymous, they are to enter "anonymous" in the user ID field, and their email address in the password field. However the "@" symbol in the email address seems to confuse IE, so I get an error message page.
So then...
my company wants a login page for our ftp site. Some people will login as anonymous and use their email address as the password, and others will have an actual password that enables them to have more access than anonymous users.
I have tried a login page that asks for the user ID and password...
my company wants a login page for our ftp site. Some people will login as anonymous and use their email address as the password, and others will have an actual password that enables them to have more access than anonymous users.
I have tried a login page that asks for the user ID and password...
Does anyone have a script that will prompt users for their ID and password, then submit the user Id and password in the following format:
ftp://<userid>:<password>@mywebsite.com/
I would like the password to be hidden from view in the address window of the browser as well.
Any ideas?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.