ftp login prompt
Posted: Wed Jun 04, 2003 10:53 am
Is there any way I can get an ftp login prompt to appear? I'm not really all too keen on putting the user name and password in plain text. All I need to do is upload a few files. I'm trying to do this using a form that asks for the user name and password, but I can't seem to pass the $_FILES array through 2 pages (i.e. I pass them from the original form to the login form I have created myself, then I created a variable out of them on that page and tried to pass them to the next page, but they don't pass this time.)