Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i'm looking for a webpage with a login/password box that allows you to log onto a ftp server without having to enter the password/username in clear text in the URL like 'ftp://usernameassword@mydomain.com'. does anyone out there know of something like this?
i'm not looking for a web based ftp client, just a login page.
becuase i think it would be handy just to have a website that could be linked to and your username/password entered into it and then could logon. i like the IE ftp view.
i've started making a HTML/php script, i'm pretty average at php as you will probably be able to tell
so you want to be able to link to an FTP account? One that you don't have acess to? I'm kinda confused as to what you're trying to do. If you have an FTP account on a server, go ahead and use that.
in the website listed below, there is two boxes, one for someone's username one for someone's password, when they enter in there usename/password and press the 'login' button i want to take the information out of the two boxes and place it in a url
ftp://(this is were the information from the username box goes):(this is were the information from the password box goes)@mydomain.com
so it makes a link, all the users has to do is enter there username and password info the box and press login.
all i need to do, is figure out how to output the contents of the two boxes into the URL.
even if someone knows how to output one text box into another text box, or something to push me in the right direction.
ok, I guess I misunderstood what you are trying to do. I don't write PHP, nor do I know anything about it. I'm sorry I can't be of more help, I thought it was a generic FTP question. You might also try asking one of the mods to move this thread to Programming, since that seems to be the type of question you are asking(if I understand correctly)
This is one way to do it with a CGI.
Put this shell script in your cgibin directory, call it ftp.cgi and turn on the r-x flags.
Browsing to it should display the form, pressing submit sends the form data to the same script processes the data and outputs a redirect header to your ftp site.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.