PDA

View Full Version : Passing "user" and "password" to complete a ftp server registration


macot392
01-25-2005, 03:42 AM
I want to know if it is possible to grab the username and the corresponding password from a flash site (using two input text box for example) then passing these values to the pop-up windows for indentification to the ftp server (using internet explorer for example)? I know that geturl function can open a link like "ftp://myftpserver.com" and pass some variables, but I don't know how.

Thanks
Martin Côté

freddycodes
01-25-2005, 07:57 PM
Its not very secure but you should be able to pass it in like

ftp://username:password@myftpserver.com