ftp login prompt

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
staypufinpc
Forum Newbie
Posts: 12
Joined: Thu May 01, 2003 7:59 pm

ftp login prompt

Post by staypufinpc »

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.)
easyteck
Forum Newbie
Posts: 13
Joined: Thu Jun 05, 2003 12:01 pm
Location: Ecuador
Contact:

Post by easyteck »

Could you snd some piece of code to watch it? maybe could see where the problem is!
Post Reply